Skip to content

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

Notifications You must be signed in to change notification settings

goodcleanfun/concurrent_charpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concurrent_charpool

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.

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

No packages published