gc
Garbage Collector
A conservative, thread-local garbage collector for C.
Simple, zero-dependency garbage collection for C
1k stars
24 watching
70 forks
Language: C
last commit: 6 months ago
Linked from 1 awesome list
cgarbage-collectionmemory-managementzero-dependency
Related projects:
Repository | Description | Stars |
---|---|---|
bullno1/ugc | A single-header incremental garbage collector library for managing heap memory in C programs. | 271 |
ko1/gc_tracer | Tools for tracing and monitoring Ruby garbage collector activities | 306 |
orangeduck/tgc | A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
pdacity/docker_gc | Automates removal of unused Docker objects | 102 |
ytomino/boehmgc-ada | A library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada. | 6 |
40ants/prometheus-gc | Collects metrics about garbage collector state in Common Lisp systems | 4 |
trivial-garbage/trivial-garbage | Provides APIs for managing object lifetimes and memory management in Common Lisp programs. | 44 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 146 |
tmm1/gctools | Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 255 |
github/cmark-gfm | A lightweight, portable and flexible C library for parsing and rendering Markdown syntax with extensions. | 915 |
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 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,107 |