attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.45k stars 267 forks source link

Allow sequence chunker to operate on byte slices #3748

Open ghost opened 6 years ago

ghost commented 6 years ago

Now that values and metaTuples are just byte slices, sequence chunker should be more amenable to building up byte slices as it goes, avoiding the cost of copying out elements and then creating a new byte-backed sequence as a result.

After #3747, this is looking like the next look hanging fruit in the reducing the cost of creating prolly trees.