Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Ignore space change" is probably useful for viewing this diff.
|
|
This should save some memory and some log i/o.
|
|
|
|
|
|
|
|
Now that .Items() is public, some of the search methods are superfluous,
and in fact all .SearchAll calls would be more efficient as
.Items.Subrange calls.
And rename .Load to .ReadItem, so that grepping for it doesn't mix up with
.Items.Load.
|
|
|
|
|
|
|
|
Hopefully this is more sequential, which should help things.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All edits to .go files are made by
`tools/bin/golangci-lint run --fix ./...`, not by me as a human.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 7d77b89f355714da88bb1bbde5e343747bfb6a81.
|