23 releases

0.1.23 Oct 6, 2019
0.1.22 Oct 3, 2019
0.1.17 Sep 23, 2019

#401 in No standard library

MPL-2.0 license

115KB
2.5K SLoC

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.

Dependencies