Daniel Waterworth
Daniel Waterworth
Leaf nodes should only have one key and value in order to reduce the cost of inserting.
License?
Would you mind adding a license file to the repo?
This bounds the number of keys that are stored and is less suspectible to race conditions.
There is a cache function in Store.hs, but works stupidly. It work on a per thread basis, so there's no sharing between connections and it never deletes things from the...
There is a distinct lack of testing in the codebase. The plan is to write all of the tests except for a few integration tests in a pure way using...