Intelligent caching
danielwaterworth opened this issue · 0 comments
danielwaterworth commented
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 cache. Proper caching will be extremely useful for the distributed and disk-based backends, but should be disabled for the memory backend.