Skip to content

frygge/atomic_bit_allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomic_bit_allocator

This repository provides a header-only implementation for a serialized, lock-free bitmap bit allocator. An example use-case is storing a bitmap in a file, as its serialization allows directly storing and re-reading the bitmap later. A second example involves writing custom memory managers that use a bitmap to manage equally sized memory chunks.

About

This repository provides a header-only implementation for a serialized, lock-free bit allocator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published