ugc
Incremental GC
A single-header incremental garbage collector library for managing heap memory in C programs.
A single-header incremental garbage collector library
269 stars
10 watching
13 forks
Language: C
last commit: 3 months ago garbage-collectiongarbage-collectorheader-onlymemory-managementsingle-headersingle-header-lib
Related projects:
Repository | Description | Stars |
---|---|---|
mkirchner/gc | A conservative, thread-local garbage collector for C. | 1,213 |
orangeduck/tgc | A tiny garbage collector for C that automatically frees unreachable memory allocations | 969 |
ko1/gc_tracer | Tools for tracing and monitoring Ruby garbage collector activities | 307 |
ytomino/boehmgc-ada | A library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada. | 6 |
cowtowncoder/low-gc-membuffers | A library for creating efficient in-memory data buffers with minimal garbage collection overhead | 136 |
40ants/prometheus-gc | Collects metrics about garbage collector state in Common Lisp implementations | 4 |
munificent/mark-sweep | An implementation of the mark-sweep garbage collection algorithm in C. | 727 |
tmm1/gctools | Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 257 |
trivial-garbage/trivial-garbage | Provides APIs for managing object lifetimes and memory management in Common Lisp programs. | 43 |
pdacity/docker_gc | Automates removal of unused Docker objects | 98 |
ggerganov/incppect | A C++ library that streams memory bits to web clients via WebSocket connections | 93 |
peek/peek-gc | Provides visibility into garbage collection performance of Rails applications. | 11 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
inconshreveable/gonative | A tool that creates cross-compilable Go binaries with native library support | 340 |
iancmcc/bingo | Packs and unpacks common data types in a fast and efficient way | 41 |