managed-heap

Crates.iomanaged-heap
lib.rsmanaged-heap
version0.1.5
sourcesrc
created_at2018-12-20 15:36:53.897819
updated_at2018-12-29 23:34:17.597323
descriptionAn implementation of a virtual heap, inspired by VMs like the JVM. Currently supports automatic garbage collection, but no defragmentation.
homepage
repositoryhttps://github.com/funkschy/managed-heap
max_upload_size
id102940
size43,912
Felix Schoeller (Funkschy)

documentation

https://docs.rs/managed-heap

README

Build Status

Managed Heap

An implementation of virtual heap, inspired by VMs like the JVM. Currently supports automatic garbage collection, but no defragmentation.

Usage

Since the crate is still WIP, there is no documentation. You can look into the tests mod in src/managed.rs for examples though.

Commit count: 36

cargo fmt