garbage-collector
There are 219 repositories under garbage-collector topic.
mono/mono
Mono open source ECMA CLI, C# and .NET implementation.
arl/statsviz
Visualise Go runtime metrics in real time
eclipse-openj9/openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
bdwgc/bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
dkorunic/betteralign
Make your Go programs use less memory (maybe)
justinethier/cyclone
:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
Ravenbrook/mps
The Memory Pool System
OpenSmalltalk/opensmalltalk-vm
Cross-platform virtual machine for the Smalltalk implementations Squeak and Cuis
hjacobs/kube-janitor
Clean up (delete) Kubernetes resources after a configured TTL (time to live)
mmtk/mmtk-core
Memory Management ToolKit
bullno1/ugc
A single-header incremental garbage collector library
y1yang0/yvm
[yvm] low performance garbage-collectable jvm
imkiva/KiVM
🌟This is a pure C++ implementation of Java Virtual Machine (only Java 8 is supported). Inspired by Hotspot In Action.
zesterer/broom
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection
chrisnas/DebuggingExtensions
Host of debugging-related extensions such as post-mortem tools or WinDBG extensions
devtron-labs/winter-soldier
Scale down or delete unneeded workload after work hours based on conditions
CAFxX/gcnotifier
Know when GC runs from inside your golang code
corretto/heapothesys
Heapothesys /hɪˈpɒθɪsɪs/ is a heap allocation JVM benchmark developed by the Amazon Corretto team.
artichoke/cactusref
🌵 Cycle-Aware Reference Counting in Rust
GJDuck/GC
A lightweight conservative garbage collector for C/C++
m4drat/memplusplus
C++ memory allocator with smart GC
scala-native/immix
Pluggable implementation of Immix garbage collector.
DuckLogic/zerogc
Zero overhead tracing garbage collection for rust (WIP)
coralblocks/CoralME
A simple, fast and garbage-free matching engine order book that you can use as a starting point for your matching engines.
kavon/llvm-statepoint-utils
Runtime support for LLVM's GC Statepoints
vkhanhqui/funny-things
Let's build something from scratch
jelastic-jps/java-memory-agent
Java Memory Agent for Container RAM Usage Optimization
Hejsil/zig-gc
A super simple mark-and-sweep garbage collector written in Zig.
konstruktoid/docker-garby
Just another Docker maintenance script, managing garbage collection of Docker containers and images.
Balun-courses/deep_go
Repository for course by Deep Go
wvwwvwwv/scalable-delayed-dealloc
Scalable and lock-free memory reclamation system
mthom/on-the-fly-gc
Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.
itssamuelrowe/Zen
Zen is a general purpose programming language designed to build simple, reliable and efficient programs.
dvtate/postfix-haskell
A low-level, postfix, functional programming language that compiles to WebAssembly
frengor/rust-cc
A fast garbage collector based on cycle collection for Rust programs.
geralang/geralc
The initial (legacy) compiler for the Gera programming language.