Files
dolt/newset
Erik Arvidsson 40d164fe47 Go: Encode numbers as strings
Because JSON encoders encode numbers differently we cannot just use
numbers in the output.

This still encodes the NomsKind as numbers.

Towards #749
2015-12-11 16:30:07 -05: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.