A 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
A 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/charpool
About
A 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