mark-and-sweep
There are 18 repositories under mark-and-sweep topic.
y1yang0/yvm
[yvm] low performance garbage-collectable jvm
Robert-van-Engelen/lisp
A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.
hikarin/aquario
GC-oriented Lisp interpreter
sameerkavthekar/garbage-collector
Mark-Sweep-Compact Garbage Collector built for C language
alexisvisco/garbage-collector
Naive garbage collector in C with mark and sweep algorithm
Flone-dnb/sgc
Small garbage collector
Kanishkumar-K/javascript-learning
A self-made roadmap to learn JavaScript from basics to advanced concepts, covering fundamentals, async programming, OOP, design patterns, performance optimization, and real-world projects.
Staon/ondragc
Incremental mark and sweep garbage collector C++ library
Tony-ArtZ/c-garbage-collector
A stop the world, conservative mark and sweep gc for c made for UNIX based operating systems
duanqn/sdyn-1.4
A toy mark-and-sweep garbage collector implemented on the Sdyn project
Marwan-Mahmoud/Garbage-Collectors
Garbage Collection simulation
MrMinemeet/MemoryManagement
Memory Management with First-Fit Free-List and a DSW Mark& & Sweep GC
NodixBlockchain/memtest
Comparison of mark and sweep garbage collection and atomic reference counting on binary tree operations
andraantariksa/sgc
A simple garbage collector written from scratch
fabiantorrestech/MarkAndSweepGarbageCollector
Mark and Sweep Garbage Collector (C) - CS 361
Slava0135/stella-lich
Garbage Collector & Runtime for Stella
XelerT/llvm-pass
Implementation of my DCE LLVM Pass