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

Add configuration #34

Closed robert-milan closed 5 years ago

robert-milan commented 5 years ago

Part of implementing variable sized slabs in pools. I left objsPerSlab in ObjectStore to avoid making a lot of code changes. Feel free to remove it in your next PR that implements the rest of the new logic.

See also: #18