ico_memory

Crates.ioico_memory
lib.rsico_memory
version0.1.23
sourcesrc
created_at2019-09-06 19:47:39.308128
updated_at2019-10-06 16:54:00.167671
descriptionExperimental custom memory manager and handle-based resource manager.
homepage
repositoryhttps://github.com/birdimus/ico_memory
max_upload_size
id162848
size132,307
(birdimus)

documentation

README

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.

Commit count: 89

cargo fmt