replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
298 stars 25 forks source link

Remove unnecessary ByteBuffer.clear calls. #111

Closed whilo closed 9 months ago

whilo commented 9 months ago

This removes all unnecessary ByteBuffer clearing from the filestore. Fixes #110.