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: 6 months ago garbage-collectiongarbage-collectorheader-onlymemory-managementsingle-headersingle-header-lib
Related projects:
Repository | Description | Stars |
---|---|---|
| A conservative, thread-local garbage collector for C. | 1,217 |
| A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
| Tools for tracing and monitoring Ruby garbage collector activities | 306 |
| A library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada. | 6 |
| A library for creating efficient in-memory data buffers with minimal garbage collection overhead | 136 |
| Collects metrics about garbage collector state in Common Lisp systems | 4 |
| An implementation of the mark-sweep garbage collection algorithm in C. | 730 |
| Provides a GC profiler/logger and Object-Oriented Garbage Collection (OOGC) implementation for Ruby 2.1 | 255 |
| Provides APIs for managing object lifetimes and memory management in Common Lisp programs. | 44 |
| Automates removal of unused Docker objects | 102 |
| A C++ library that streams memory bits to web clients via WebSocket connections | 95 |
| Provides visibility into garbage collection performance of Rails applications. | 11 |
| A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
| A tool that creates cross-compilable Go binaries with native library support | 339 |
| Fast and efficient encoding and decoding of native Go types to bytes | 41 |