opool icon indicating copy to clipboard operation
opool copied to clipboard

High-performance, lock-free local and concurrent object memory pool with automated allocation, cleanup, and verification.

Results 2 opool issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use opool to create a memory pool for T and use it as values in a BTreeMap which is a member of a struct. I...

# Summary of Changes - Move the bounds to the implementations, not the struct - Non-breaking change - Makes it nicer to use the structs in other places now. #...