replikativ / konserve

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

Implement garbage collection #31

Closed whilo closed 3 years ago

whilo commented 4 years ago

Implement a mark & sweep garbage collection that can be extended by different users. This requires tracking of write access times in metadata.

whilo commented 3 years ago

Done and released with 0.6.0-alpha1.