chjj / liburkel

Authenticated key-value store (i.e. an urkel tree)
Other
315 stars 12 forks source link

Preallocate smaller sparse files #1

Open chjj opened 4 years ago

chjj commented 4 years ago

This would allow us to utilize memory-mapped writes and get rid of our write buffer. This is a breaking change, but may be worth it in terms of simplicity and performance.