mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 10:45:18 -06:00
I changed the struct names in the previous patch but didn't move the files, to reduce diff complexity. Now I'm moving them. Nothing changed.
This is a work-in-progress implementation of a multi-tiered chunked set.
It's not used in noms, but the idea is to gradually make it efficient, then implement all set operations on it, then replace the noms set implementation.