ugc

Incremental GC

A single-header incremental garbage collector library for managing heap memory in C programs.

A single-header incremental garbage collector library

GitHub

271 stars
10 watching
13 forks
Language: C
last commit: about 2 years ago
garbage-collectiongarbage-collectorheader-onlymemory-managementsingle-headersingle-header-lib

Related projects:

RepositoryDescriptionStars
mkirchner/gcA conservative, thread-local garbage collector for C.1,217
orangeduck/tgcA tiny garbage collector for C that automatically frees unreachable memory allocations972
ko1/gc_tracerTools for tracing and monitoring Ruby garbage collector activities306
ytomino/boehmgc-adaA library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada.6
cowtowncoder/low-gc-membuffersA library for creating efficient in-memory data buffers with minimal garbage collection overhead136
40ants/prometheus-gcCollects metrics about garbage collector state in Common Lisp systems4
munificent/mark-sweepAn implementation of the mark-sweep garbage collection algorithm in C.730
tmm1/gctoolsProvides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1255
trivial-garbage/trivial-garbageProvides APIs for managing object lifetimes and memory management in Common Lisp programs.44
pdacity/docker_gcAutomates removal of unused Docker objects102
ggerganov/incppectA C++ library that streams memory bits to web clients via WebSocket connections95
peek/peek-gcProvides visibility into garbage collection performance of Rails applications.11
dbohdan/compilers-targeting-cA list of compilers and transpilers that can generate C code from various programming languages.709
inconshreveable/gonativeA tool that creates cross-compilable Go binaries with native library support339
iancmcc/bingoFast and efficient encoding and decoding of native Go types to bytes41