attic-labs / noms

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

Change ReadMany to do HashSlice -> ValueSlice #3724

Closed arv closed 6 years ago

arv commented 6 years ago

The order of the values is the same as the order of the hashes.

This way we can easily map the hash to the value.

Motivation #3710

cmasone-attic commented 6 years ago

Agree with raf on the nits. LGTM

cmasone-attic commented 6 years ago

LGTM