replay / go-generic-object-store

go-generic-object-store is a small, fast, light-weight, in-memory, off-heap library designed specifically for use with string interning and other similar redundancy reduction concepts.
MIT License
8 stars 4 forks source link

Use bitmap for adding and keeping track of slabs with free slots #22

Closed replay closed 5 years ago

robert-milan commented 5 years ago

We need to wait to merge this until willf/bitset#68 is merged