Skip to content

Multi-threaded memory management for games and graphics in Rust. Allocators, spinlocks, and multi-threaded containers.

License

Notifications You must be signed in to change notification settings

birdimus/ico_memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ico_memory

Multi-threaded memory management for games and graphics in Rust. This is an experimental memory allocator, and thread safe resource handle manager implemented in Rust.

Presently, this release should be considered for research purposes only - as tests are incomplete, much of the code relies on unsafe functionality, and there are existing allocators (such as jemalloc) that generally perform as well or better and are much more robustly used and tested.

About

Multi-threaded memory management for games and graphics in Rust. Allocators, spinlocks, and multi-threaded containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages