attic-labs / noms

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

Make values be backed by []byte #3694

Closed arv closed 6 years ago

arv commented 6 years ago

This makes all but types.Type be backed by a []byte.

The motivation is to reduce the allocations and the work needed to be done when we read parts of a value (especially prolly trees).

Towards #2270

arv commented 6 years ago

@rafael-atticlabs Feel free to review at this point.

Things left to do

All of this can be done in new PRs.

arv commented 6 years ago

jenkins: test this

arv commented 6 years ago

jenkins: test this

arv commented 6 years ago

Landed. More work will be done in follow ups.