Concurrent cache-friendly memory pool for strings, using adaptive free-lists: stacks when strings are smaller than a pointer and in-block for strings that are pointer-size or larger.
-
Notifications
You must be signed in to change notification settings - Fork 0
Concurrent, lock-free, cache-friendly memory pool for strings, using adaptive free-lists: stacks when strings are smaller than a pointer and in-block for strings that are pointer-size or larger.
License
goodcleanfun/concurrent_charpool
About
Concurrent, lock-free, cache-friendly memory pool for strings, using adaptive free-lists: stacks when strings are smaller than a pointer and in-block for strings that are pointer-size or larger.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published