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.
|