ugc
Incremental GC
A single-header incremental garbage collector library for managing heap memory in C programs.
A single-header incremental garbage collector library
271 stars
10 watching
13 forks
Language: C
last commit: 5 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,217 |
orangeduck/tgc | A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
ko1/gc_tracer | Tools for tracing and monitoring Ruby garbage collector activities | 306 |
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 systems | 4 |
munificent/mark-sweep | An implementation of the mark-sweep garbage collection algorithm in C. | 730 |
tmm1/gctools | Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 255 |
trivial-garbage/trivial-garbage | Provides APIs for managing object lifetimes and memory management in Common Lisp programs. | 44 |
pdacity/docker_gc | Automates removal of unused Docker objects | 102 |
ggerganov/incppect | A C++ library that streams memory bits to web clients via WebSocket connections | 95 |
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. | 709 |
inconshreveable/gonative | A tool that creates cross-compilable Go binaries with native library support | 339 |
iancmcc/bingo | Fast and efficient encoding and decoding of native Go types to bytes | 41 |