[yvm] low performance garbage-collectable jvm
-
Updated
Feb 15, 2023 - C++
[yvm] low performance garbage-collectable jvm
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.
GC-oriented Lisp interpreter
Mark-Sweep-Compact Garbage Collector built for C language
Naive garbage collector in C with mark and sweep algorithm
Incremental mark and sweep garbage collector C++ library
A stop the world, conservative mark and sweep gc for c made for UNIX based operating systems
Small garbage collector
Memory Management with First-Fit Free-List and a DSW Mark& & Sweep GC
Mark and Sweep Garbage Collector (C) - CS 361
A toy mark-and-sweep garbage collector implemented on the Sdyn project
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.
Garbage Collector & Runtime for Stella
A simple garbage collector written from scratch
Comparison of mark and sweep garbage collection and atomic reference counting on binary tree operations
Add a description, image, and links to the mark-and-sweep topic page so that developers can more easily learn about it.
To associate your repository with the mark-and-sweep topic, visit your repo's landing page and select "manage topics."