hawkw / sharded-slab

a lock-free concurrent slab (experimental)
MIT License
269 stars 17 forks source link

docs(Pool): add top-level docs on `Pool` vs `Slab` #34

Closed hawkw closed 4 years ago

hawkw commented 4 years ago

This commit adds a brief summary of the Pool and Slab APIs, the differences between them, and the use-cases for which they're appropriate. I've added this both to the README and to the lib.rs docs.

Signed-off-by: Eliza Weisman eliza@buoyant.io