crates.io "gc" keyword
View the packages on the crates.io package registry that are tagged with the "gc" keyword.
onion-vm 0.2.4
Virtual machine runtime for the Onion programming language with async execution and garbage colle...14 versions - Latest release: 23 days ago - 3.74 thousand downloads total - 1 stars on GitHub - 1 maintainer
goxoy-interpreter-broom 💰
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection1 version - Latest release: 1 day ago - 1.07 thousand downloads total - 251 stars on GitHub - 1 maintainer
dumpster 1.1.0
A concurrent cycle-tracking garbage collector.7 versions - Latest release: 7 months ago - 7.71 thousand downloads total - 190 stars on GitHub - 1 maintainer
dumpster_derive 1.1.0
Implementation of #[derive(Trace)] for dumpster5 versions - Latest release: 7 months ago - 1 dependent package - 5.9 thousand downloads total - 190 stars on GitHub - 1 maintainer
jrsonnet-gcmodule 0.4.0 💰
Cyclic garbage collection inspired by CPython's gc implementation.9 versions - Latest release: 2 months ago - 11 dependent packages - 4 dependent repositories - 207 thousand downloads total - 3 stars on GitHub - 1 maintainer
cgc 0.4.0
Compacting garbage collector10 versions - Latest release: about 5 years ago - 14.4 thousand downloads total - 13 stars on GitHub - 1 maintainer
boehm-rs 0.1.2
Rust interface to BoehmGC2 versions - Latest release: over 6 years ago - 3.07 thousand downloads total - 4 stars on GitHub - 1 maintainer
rsgc 1.1.0
Concurrent GC library for Rust2 versions - Latest release: about 2 years ago - 2.39 thousand downloads total - 19 stars on GitHub - 1 maintainer
pgc 0.3.0
Garbage collector8 versions - Latest release: almost 6 years ago - 11 thousand downloads total - 2 stars on GitHub - 1 maintainer
swifer 0.1.0
Garbage collection for Rust-based runtimes1 version - Latest release: over 2 years ago - 1.27 thousand downloads total - 4 stars on GitHub - 1 maintainer
ebri 0.0.5
[NOTE: un-tested. use at your own risk.] ebri (ebr-integrated), that is, a `no-std` EBR (Epoch-Ba...4 versions - Latest release: over 1 year ago - 4.95 thousand downloads total - 0 stars on GitHub - 1 maintainer
gc-shadowstack 1.1.1
Shadow stack algorithm implementation for GC object rooting4 versions - Latest release: over 4 years ago - 4.65 thousand downloads total - 3 stars on GitHub - 1 maintainer
bdwgc-alloc 0.6.10 💰
impl GlobalAlloc for bdwgc22 versions - Latest release: about 1 month ago - 1 dependent package - 2 dependent repositories - 36.3 thousand downloads total - 30 stars on GitHub - 1 maintainer
shredder 0.2.0
Garbage collection as a library for Rust4 versions - Latest release: almost 4 years ago - 4 dependent packages - 3 dependent repositories - 6.55 thousand downloads total - 269 stars on GitHub - 1 maintainer
rcgc 0.1.0
A tracing GC in safe Rust based on `Rc`1 version - Latest release: over 6 years ago - 1.67 thousand downloads total - 17 stars on GitHub - 1 maintainer
cgc-single-threaded 0.1.1
Compacting garbage collector2 versions - Latest release: about 5 years ago - 3.5 thousand downloads total - 13 stars on GitHub - 1 maintainer
oxischeme 0.0.3
A Scheme implementation, in rust.3 versions - Latest release: over 10 years ago - 6.01 thousand downloads total - 131 stars on GitHub - 1 maintainer
auto-cc 0.2.0
A small utility to perform automatic cycle collections with bacon_rajan_cc.2 versions - Latest release: over 5 years ago - 2.91 thousand downloads total - 1 stars on GitHub - 1 maintainer
mmtk-macros 0.31.0
MMTk macros provides procedural macros used by mmtk-core.21 versions - Latest release: 3 months ago - 1 dependent package - 7 dependent repositories - 21.5 thousand downloads total - 455 stars on GitHub - 1 maintainer
mmtk 0.31.0
MMTk is a framework for the design and implementation of high-performance and portable memory man...34 versions - Latest release: 3 months ago - 1 dependent repositories - 38.4 thousand downloads total - 328 stars on GitHub - 1 maintainer
cactusref 0.5.0
Cycle-aware reference counting smart pointer6 versions - Latest release: over 1 year ago - 7.19 thousand downloads total - 143 stars on GitHub - 1 maintainer
managed-heap 0.1.5
An implementation of a virtual heap, inspired by VMs like the JVM. Currently supports automatic g...6 versions - Latest release: over 6 years ago - 8.3 thousand downloads total - 5 stars on GitHub - 1 maintainer
ristretto_gc 0.23.0 💰
JVM Garbage Collector1 version - Latest release: 15 days ago - 0 downloads total - 19 stars on GitHub - 1 maintainer
mgc 0.0.0
The manual garbage collector for when you have complete control1 version - Latest release: over 4 years ago - 1.53 thousand downloads total - 2 stars on GitHub - 1 maintainer
gcmodule 0.3.3
Cyclic garbage collection inspired by CPython's gc implementation.10 versions - Latest release: over 5 years ago - 1 dependent package - 1 dependent repositories - 13.5 thousand downloads total - 20 stars on GitHub - 1 maintainer
bronze_gc 0.2.1
The Bronze garbage collector for Rust. This version only includes the API for creating and using ...4 versions - Latest release: over 3 years ago - 1 dependent repositories - 6.14 thousand downloads total - 37 stars on GitHub - 1 maintainer
bronze_derive 0.1.0
Plugin for bronze_gc to derive Trace and Finalize traits.2 versions - Latest release: over 4 years ago - 1 dependent package - 1 dependent repositories - 4.29 thousand downloads total - 37 stars on GitHub - 1 maintainer
regc 0.2.8
A garbage collector that mixes Reference counting and mark sweeping15 versions - Latest release: about 2 years ago - 15.1 thousand downloads total - 0 stars on GitHub - 1 maintainer
rc_collections 0.1.0
Shared, reference-counted, copy-on-write, single-pointer buffers1 version - Latest release: almost 4 years ago - 1.51 thousand downloads total - 1 maintainer
comet-api 0.1.0
Wrapper over comet-gc to simplity usage1 version - Latest release: over 3 years ago - 1.44 thousand downloads total - 23 stars on GitHub - 1 maintainer
crgc 0.1.0
Rust single thread GC based on reference counting + cycle removal. Inspired by QuickJS.1 version - Latest release: about 2 years ago - 1.32 thousand downloads total - 0 stars on GitHub - 1 maintainer
concgc 0.1.1
An experiment. concurrent gc2 versions - Latest release: over 5 years ago - 2.57 thousand downloads total - 1 maintainer
comet-gc 0.1.3
Garbage collection library for implementing VMs in Rust2 versions - Latest release: over 3 years ago - 1 dependent package - 3.1 thousand downloads total - 23 stars on GitHub - 1 maintainer
rust-cc-derive 0.6.2
Derive macro for rust-cc7 versions - Latest release: 9 months ago - 6.3 thousand downloads total - 6 stars on GitHub - 1 maintainer
boehm_gc 0.0.1
Rust allocator and interface for the Boehm GC1 version - Latest release: almost 10 years ago - 5.26 thousand downloads total - 7 stars on GitHub - 1 maintainer
orc 0.0.1
Don't use this yet!1 version - Latest release: over 9 years ago - 5.29 thousand downloads total - 1 stars on GitHub - 1 maintainer
rust-cc 0.6.2
A cycle collector for Rust programs9 versions - Latest release: 9 months ago - 8.16 thousand downloads total - 6 stars on GitHub - 1 maintainer
scope_gc 0.2.6
Scope GC9 versions - Latest release: over 2 years ago - 9.04 thousand downloads total - 0 stars on GitHub - 1 maintainer
rust-arc-gc 0.2.0
A simple GCArc implementation for Rust9 versions - Latest release: about 1 month ago - 2.29 thousand downloads total - 0 stars on GitHub - 1 maintainer
bacon_rajan_cc 0.4.0
A reference counted type with cycle collection.10 versions - Latest release: about 3 years ago - 2 dependent packages - 1 dependent repositories - 16.8 thousand downloads total - 95 stars on GitHub - 2 maintainers
broom 0.3.2 💰
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection8 versions - Latest release: almost 3 years ago - 1 dependent repositories - 12.2 thousand downloads total - 252 stars on GitHub - 1 maintainer
refuse 0.0.6 💰
An easy-to-use, incremental, multi-threaded garbage collector6 versions - Latest release: 12 months ago - 1 dependent package - 6.57 thousand downloads total - 10 stars on GitHub - 1 maintainer
Related Keywords
garbage
14
garbage-collector
13
rust
10
garbage-collection
10
collection
7
memory
6
memory-management
6
reference-counting
5
rc
5
mark
4
sweep
4
collector
3
cycle
3
automatic
3
garbage_collector
2
dumpster
2
rust-lang
2
virtual-machine
2
cycle-collection
2
cycle-collector
2
allocator
2
mmtk
2
cc
2
jvm
2
vm
1
java
1
heap
1
runtime
1
manual
1
interpreter
1
cow
1
shared
1
no_std
1
macro
1
bdwgc
1
reference
1
counting
1
arc
1
async
1
onion
1
derive
1
boehm
1
concurrent
1
ebr
1
lock-free
1
rcu
1
atomic
1
shadowstack
1
rooting
1
language
1
scheme
1
allocation
1
tracing
1
pointer
1
artichoke
1
rust-crate
1