Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | rebuildnodes/btrees: Allow leaf-node indexes to be evicted | Luke Shumaker | |
2023-01-05 | rebuildnodes: Parallelize I/O and CPU | Luke Shumaker | |
2023-01-05 | rebuildnodes/btrees.RebuiltTree: Try to remove methods | Luke Shumaker | |
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. | |||
2023-01-05 | rebuildnodes/btrees: Allow item rbtrees to be evicted | Luke Shumaker | |
2023-01-05 | rebuildnodes/btrees: Refactor to split the forrest from the trees | Luke Shumaker | |