Files
dolt/newset
Benjamin Kalman a6395c62a5 Move newset's chunked_set.go to internal.go and flat_set.go to leaf.go.
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.
2015-10-28 18:18:30 -07:00
..

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.