attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.44k stars 266 forks source link

Refactor Value to share implementations #3741

Closed arv closed 7 years ago

arv commented 7 years ago

All values that are backed by a buffer now embed valueImpl which implements all the shared logic.

All sequences now embed sequenceImpl which implements all the shared logic.