mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 10:33:08 -06:00
Previously when we had an ordered (set/map) prolly tree containing non-ordered values (blobs/refs/etc), we'd put the ref of the largest value in each meta node, complete with its full type info and height. This is wasteful, all we really need is the hash of the largest item for searching the tree. In lieu of encoding just the hash - which isn't a value - this patch creates a fake Ref<Boolean> with height 0.