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

Dynamic slab sizes #35

Closed replay closed 5 years ago

replay commented 5 years ago

Makes the slab sizes dynamic

also includes a few other minor performance improvements

replay commented 5 years ago

@robert-milan can we merge this?