trivial-garbage
Memory manager
Provides APIs for managing object lifetimes and memory management in Common Lisp programs.
Portable GC-related APIs for Common Lisp.
44 stars
8 watching
13 forks
Language: Common Lisp
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A high-performance memory allocation library designed to optimize large memory allocations for HPC applications. | 232 |
| | A tool for managing project-local libraries in Common Lisp, allowing users to specify exact versions and track dependencies. | 473 |
| | Explains how package managers work and demonstrates their functionality in a simplified example | 370 |
| | A package providing low-level manual memory management utilities for Go | 150 |
| | A Common Lisp library for managing HTTP cookies with features such as creation, comparison, serialization, and validation of cookie attributes. | 18 |
| | A Common Lisp library for managing user-centric files and data persistence. | 18 |
| | A conservative, thread-local garbage collector for C. | 1,217 |
| | Collects metrics about garbage collector state in Common Lisp systems | 4 |
| | A tiny garbage collector for C that automatically frees unreachable memory allocations | 972 |
| | Provides a generic interface to standard Common Lisp functions for various operations like equality and sequence manipulation. | 143 |
| | Provides a set of goroutine context access interfaces to simplify the management of coroutine-specific information | 240 |
| | A minimalistic C++ library providing functions for memory allocation and basic data manipulation. | 110 |
| | A C++ library for managing memory pools with efficient allocation and deallocation | 19 |
| | A collection of reusable macros enhancing Common Lisp programming | 17 |
| | A library providing an interface to the Boehm-Demers-Weiser conservative garbage collector for use with Ada. | 6 |