Crates.io | managed-heap |
lib.rs | managed-heap |
version | 0.1.5 |
source | src |
created_at | 2018-12-20 15:36:53.897819 |
updated_at | 2018-12-29 23:34:17.597323 |
description | An implementation of a virtual heap, inspired by VMs like the JVM. Currently supports automatic garbage collection, but no defragmentation. |
homepage | |
repository | https://github.com/funkschy/managed-heap |
max_upload_size | |
id | 102940 |
size | 43,912 |
An implementation of virtual heap, inspired by VMs like the JVM. Currently supports automatic garbage collection, but no defragmentation.
Since the crate is still WIP, there is no documentation. You can look into the tests mod in src/managed.rs for examples though.