Programming Languages
-
Updated
Dec 14, 2018 - C
Programming Languages
A poggers malloc implementation
Bunch of software utilities build from scratch.
My implementation of a mark-sweep Garbage Collector with a best-fit allocator
Colibri is a fast and lightweight garbage-collected datatype library written in C
A lightweight, cross-language garbage collector that provides automatic memory management for C, C++, and Python projects. XiGC helps prevent memory leaks by tracking allocations and providing simple APIs for memory cleanup.
Linux Kernel module that enables a synchronization barrier and a message subsystems for threads registered into a group.
A simple mark-and-sweep garbage collector.
Problem sets personally completed as part of the Harvard's CS50 course
A weird Clojure-ish lisp written in C
A multithreaded concurrent GC with industrial-strength object-dissolving action
Calls a function when V8 collects an object as garbage
a simple design for a garbage collector in a low level language such as C
Virtual machine interpreter for the Lox programming language written in C
A Scheme interpreter implemented in C.
A simple and slow conservative garbage collector using mark and sweep with explicit linked list malloc implementation for C programing language. (for leaning garbage collection purpose). Could be modified to adapt xv6.
Comparison of mark and sweep garbage collection and atomic reference counting on binary tree operations
Add a description, image, and links to the garbage-collection topic page so that developers can more easily learn about it.
To associate your repository with the garbage-collection topic, visit your repo's landing page and select "manage topics."