mark-and-sweep
There are 16 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
alexisvisco/garbage-collector
Naive garbage collector in C with mark and sweep algorithm
sameerkavthekar/garbage-collector
Mark-Sweep-Compact Garbage Collector built for C language
Flone-dnb/sgc
Small garbage collector
Staon/ondragc
Incremental mark and sweep garbage collector C++ library
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
Kanishkumar-K/Javascript-Learning
Milestones covering all basics of JS.
XelerT/llvm-pass
Implementation of my DCE LLVM Pass