GitHub topics: garbage-collector
Klevh/BGC
A simple garbage collector
Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

fabiantorrestech/MarkAndSweepGarbageCollector
Mark and Sweep Garbage Collector (C) - CS 361
Language: C - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

v4kst1z/TinyGC
Concurrent mark-sweep garbage collector for cpp
Language: C++ - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

nguyenminh-phuc/MiniJava
MiniJava is a small subset of Java.
Language: F# - Size: 180 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

m4drat/memplusplus
C++ memory allocator with smart GC
Language: C++ - Size: 1.23 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 50 - Forks: 4

NadirInab/Garbage_Collector
This repository provides in-depth information and resources about the Java Garbage Collector
Language: Java - Size: 82 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

danieldantasdev/concept_console_course-luisdev-advanced-csharp_dotnet-7.0.2_csharp-11
Este repositório é dedicado para se aprofundar em C# avançado, os tópicos são estruturas, POO, Delegates e Events, Async-Await, Semáforos e Locks, Coleções Concorrentes, Garbage Collector, Task Parallel Library (TPL), Dynamic e ExpandoObject, Reflections e Custom Attributes.
Language: C# - Size: 471 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GJDuck/GC
A lightweight conservative garbage collector for C/C++
Language: C - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 111 - Forks: 19

GioF71/gc-tester 📦
Simple app built using Spring Boot and Vaadin with the purpose to assess different garbage collectors
Language: Java - Size: 99.6 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

brick-lang/acid
A multithreaded concurrent GC with industrial-strength object-dissolving action
Language: C - Size: 667 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

Becavalier/cgc
An experimental Garbage Collector for C language.
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

DanielLiu-326/lust
A scripting language implemented by Rust.
Language: Rust - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sampatghosh/garbage-management-line-follower
Garbage Management Using Line Follower Bot
Language: C++ - Size: 5.12 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

0vm/Discord-RAM-Limiter
Effortless Discord RAM Limiter running in the background, with one-click functionality. Includes startup auto-run and tray-hide options.
Language: C# - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

a-gafiyatullin/coolc
🤓 Cool PL compiler
Language: C++ - Size: 7.58 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

nusgart/XNS-LISP
A simple Lisp implementation
Language: C - Size: 109 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

jovanliuc/java-families-docs
This repo is intended to document various technical stacks of Java-Related
Size: 187 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

xgugugu/tgcpp
A C++ Wrapper for Tiny Garbage Collector
Language: C++ - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Grant-Duchars/CSC-45500-Project-3
CSC 45500 Project 3: Custom language "Memory Manager"
Language: C++ - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DataParadox/modern_gc
A Performance Analysis of Modern Garbage Collectors in the JDK 20 Environment
Language: Python - Size: 17 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lvntky/collector
yet another mark and sweep garbage collector for C
Language: C - Size: 32.2 KB - Last synced at: 24 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

fragaLY/blog
My technical investigations.
Size: 153 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 3

Joris-van-der-Wel/meridvia
Lifecycle management for asynchronous data in javascript single page applications. Framework agnostic.
Language: JavaScript - Size: 86.9 KB - Last synced at: 10 days ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

dragazo/cpp-gc
An RAII garbage-collection system in standard C++
Language: C++ - Size: 396 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 0

avaxar/ccgc
A conservative mark-and-sweep garbage collector implementation in C on x86 and x64. Not actually suitable for production.
Language: C - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

itssamuelrowe/Zen
Zen is a general purpose programming language designed to build simple, reliable and efficient programs.
Language: C - Size: 1.75 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 26 - Forks: 1

elfsternberg/SimpleGarbageCollector
An implementation of Bob Nystrom's "Baby's First Garbage Collector," but with Discriminated Unions. #complete
Language: C++ - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 0

rafaelqueiroz89/csharp-garbage-collector
This is a small repository about the Garbage Collector in C#.
Language: C# - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 0

isaacazuelos/bfgc
Bob Nystrom's Baby's First Garbage Collector in Rust
Language: Rust - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

itssamuelrowe/kush-deprecated
Kush is a general purpose programming language designed to build simple, safe and efficient programs.
Language: C - Size: 2.33 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

KavinduZoysa/test-GCs
Language: C - Size: 745 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

handicraftsman/tiny 📦
A C utility library
Language: C - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

julianwagle/djoser-cat 📦
I go moo
Language: Python - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

borbiuk/garbage-collector
Garbage Collector
Language: C - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

f-squirrel/mark-and-sweep-garbage-collector
Naive implementation of mark and sweep garbage collector
Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

TheFloatingBrain/BorrowPlusPlus
Modern C++ Borrow (to have Garbage Collection as well) library with value semantics and without refcounting!
Language: C++ - Size: 109 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 5 - Forks: 0

TheFloatingBrain/UCC-UniversalCPPCompiler
Universal C++ is a superset of standard C++11/14 with the addition of the "borrow" and "repl" keywords. "borrow" automatically deletes memory allocated in the same scope or within a class after it was allocated. Almost a garbage collector, further work would have had to been done to make a "compile time garbage collector". "repl" was a keyword for an explicit optimization, replace the name of one variable with another. That way the variable can continued to be used under a different name, allowing for clean code, an understanding of what happened and guaranteed efficiency. (Neither of these were particularly good, borrow could have been if it were further developed). Universal C++ takes Universal C++ code as input and outputs ISO Standard C++ code and is built on top of ISO Standard C++. That way it is totally platform independent, and standard C++ tools: gcc, clang, google native client, msvc could continued to be used.
Language: C++ - Size: 141 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

frutik/elasticsearch-hints
Some useful links about Elasticsearch
Size: 29.3 KB - Last synced at: 19 days ago - Pushed at: almost 4 years ago - Stars: 20 - Forks: 1

gmelillo/registry
Wrapper of the docker registry intended to schedule garbage collector run on k8s cluster
Language: Python - Size: 320 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

no-defun-allowed/the_cooler_shared_ptr
Coalesced reference counting smart pointer
Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Csaba79-coder/garbageCollector
Garbage Collector - Island of Isolation
Language: Java - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fredericbonnet/colibri
Colibri is a fast and lightweight garbage-collected datatype library written in C
Language: C - Size: 2.62 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SouravDas25/Semi-Automatic-Garbage-Collector
Semi Automatic Garbage Collector for c. Helps in freeing the dynamic allocated memory semi automatically.
Language: C - Size: 723 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

TheLuckyCoder/ReferenceCountingGC
A simple Reference Counting Garbage Collector written in C++ for C++
Language: C++ - Size: 71.3 KB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

sameerkavthekar/garbage-collector
Mark-Sweep-Compact Garbage Collector built for C language
Language: C - Size: 122 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

Azer0s/pogmalloc
A poggers malloc implementation
Language: C - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

LunaMultiplayer/CachedQuickLz
Compress and decompress with QuickLz while keeping low the Garbage Collector
Language: C# - Size: 68.4 KB - Last synced at: 10 days ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

seixaserick/dotnet-console-parallel-tasks
C# multi-threading console .net6 application running in Docker
Language: C# - Size: 260 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

JoseDavidSS/AED2.GarbageCollector-Simulation
Trabajo para el curso de Algoritmos y Estructuras de Datos 2. La idea es hacer una simulación sobre la funcionalidad real de un "garbage collector" en un lenguaje de programación utilizando el lenguaje de programación C++.
Language: C++ - Size: 1.01 MB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

RandomGamingDev/Vinegar
Smart Pointer Library Made in C++
Language: C++ - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

jmeggitt/immix-rust
This project was forked from https://gitlab.anu.edu.au/mu/immix-rust and has been modified under the provided Apache 2.0 license (The Australian National University). Read their paper: http://users.cecs.anu.edu.au/~steveb/pubs/papers/rust-ismm-2016.pdf
Language: Rust - Size: 985 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

danielfireman/gci
Garbage Collection Control Interceptor (GCI) is an HTTP request interceptor which controls garbage collection interventions
Language: Java - Size: 75.2 KB - Last synced at: 20 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

JohnStrunk/badref
Find Kubernetes objects with incorrect ownerReferences fields
Language: Go - Size: 224 KB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

lascar-pacagi/MiniJava
Transpiler from MiniJava to C written in OCaml
Language: OCaml - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 8

NodixBlockchain/nodix Fork of iadix/purenode
Nodix blockchain, distributed applications engine
Language: C - Size: 20.9 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

jon4hz/bermuda
a simple docker garbage collector
Language: Go - Size: 59.6 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

jdevuyst/dustpan
Swift mark-and-sweep garbage collector
Language: Swift - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

bentolor/java17-lts-presentation
Unter der Haube – Die wichtigsten Neuerungen seit Java 11 in Java 17 LTS [RevealJS]
Language: JavaScript - Size: 160 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

aeckar/libcollect
Garbage collection library for C/C++
Language: C - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

moul/rrgc
🗑 round-robin garbage-collector
Language: Go - Size: 47.9 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 2 - Forks: 1

exbotanical/gccgc
an experimental, depth-search-first memory leak detector and garbage collector for the C programming language
Language: C - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rmrt1n/cgc
garbage collector for c
Language: C - Size: 6.84 KB - Last synced at: 25 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

no-defun-allowed/baker-gc
A loose interpretation of an incremental copying collector
Language: C - Size: 104 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

geekyfox/scheming
Scheming: The journey through functional programming, language design, insobriety and bad jokes
Language: C - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

vrnvu/cpp-garbage-collector
simple mark and sweep
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

acorrenson/miniGC
A tinny GC written in plain C
Language: OCaml - Size: 267 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

DVR98/ObjectLifeCycle
Creating and using Finalizers, Implementing IDisposable interface, using Garbage Collector to free items in heap that aren't "living". Creating and using Weak References
Language: C# - Size: 92.8 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

matheusdmm/Thrassher
C garbage collector
Language: C - Size: 55.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ZainlessBrombie/rs-safe-gc
A simple Garbage collector for Rust, using no unsafe code. Does not use Drop, so you can move out of Gc'ed values (That's important :) ).
Language: Rust - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

PulsarBlow/Pulse
✪ A dynamically typed language with automatic memory management ✪
Language: C# - Size: 134 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

andraantariksa/sgc
A simple garbage collector written from scratch
Language: C - Size: 67.4 KB - Last synced at: 12 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

E1izabeth/GC
Custom Garbage Collector for integration with runtime
Language: C# - Size: 31.3 KB - Last synced at: 22 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

itssamuelrowe/SparrowGC
SparrowGC is a memory management library which implements garbage collectors and allocators.
Language: C - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

simonprovost/GarbageCollector
Garbage collector In C programming
Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

Eschelle/Eschelle
The Eschelle programming language
Language: C++ - Size: 91.8 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 5 - Forks: 0

aakashhemadri/gc
An attempt to implement garbage-collection
Language: C - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

AndreaPic/GCCollectX
Language: C# - Size: 1.7 MB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

musibs/jvmanalyzer
JvmAnalyzer is a lightweight API based on JMX to access JMX management beans. It also provide monitoring for Garbage Collection statistics.
Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

romantomjak/docker-gc
Docker image garbage collector
Language: Python - Size: 65.4 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

kathleenwest/AdvancedConsoleApplicationII
This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Generics IDisposible Pattern Utilities Dynamic Array IEnumerable<T> Interface Swap
Language: C# - Size: 292 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

duanqn/sdyn-1.4
A toy mark-and-sweep garbage collector implemented on the Sdyn project
Language: Assembly - Size: 955 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

snordgren/goose
A project where I explored writing a simple, single-threaded garbage collector.
Language: Java - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

ravern/rust-gc Fork of Manishearth/rust-gc
Simple tracing (mark and sweep) garbage collector for Rust
Language: Rust - Size: 708 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

socoolbear/paul-gc
simple garbege collector
Language: C - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

harrypotter0/Hack-bvp-Track-the-load
:headphones:It's an app to track the load or the transport material from one place to another .:purple_heart:
Language: JavaScript - Size: 3.25 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 2

hakenr/IdentifyGCRoot
Demo for Garbage Collector & Advanced ,NET Debugging sessions (ClrMD).
Language: C# - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

samwalls/garbage-collector
An implementation (simulation) of Baker's treadmill algorithm for garbage collection + analysis
Language: Java - Size: 264 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Staon/ondragc
Incremental mark and sweep garbage collector C++ library
Language: Shell - Size: 651 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Markz2z/Tiger-Compiler
Compiler: compile Java code to C code within a mark-copy garbage collector.
Language: Java - Size: 8.36 MB - Last synced at: about 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0
