gc
There are 133 repositories under gc topic.
doocs/jvm
🤗 JVM 底层原理最全知识总结
eclipse-openj9/openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
bdwgc/bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
Zer0-bit/gaggiuino
A Gaggia Classic control project using microcontrollers.
microsoft/gctoolkit
Tool for parsing GC logs
Starlight-JS/starlight
JS engine in Rust
mmtk/mmtk-core
Memory Management ToolKit
qinxuewu/docs
Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等
digitalgust/miniJVM
Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
shaoxiongdu/JVMStudy
💊JVM 底层原理解析
zkwlx/ADI
ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。
CAFxX/gcnotifier
Know when GC runs from inside your golang code
cheogo/learn-javascript
《前端基础漫游指南》深入的、系统的学习 javascript 基础,喜欢点 Star
howmanysmall/Janitor
Janitor library.
ydtg1993/Junkm
JunkMan is a toolkit for what it can trace the PHP GC logs by xdebug.distribute GC logs to the JunkManMonitor
chc4/samsara
a reference-counting cycle collection library in rust
huailiang/game_net
Unity游戏和C++服务器 socket通信demo, 数据格式采用google protobuf
Zhou-zhi-peng/cnpl
一个中文编程语言的实现,包括:编译器、解析器、字节码虚拟机(支持Windows Linux 及 arm、arm32 、x86、x64 )
picrin-scheme/libpicrin
Super Tiny Scheme Interpreter for Freestanding Environment
m4drat/memplusplus
C++ memory allocator with smart GC
crazybie/linear_ac
Speed up the memory allocation and improve the garbage collection performance.
nilfs-dev/nilfs-utils
NILFS utilities
b9org/b9
An educational JS virtual machine based on Eclipse OMR
crazybie/tgc
A Tiny, portable, precise, incremental mark-sweep GC designed for C++.
mthom/on-the-fly-gc
Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.
JoshuaMKW/pyisotools
python library for working with Gamecube ISOs (GCM)
USTC-Compiler-H-Team-10/teamwork
Java Garbage Collection 与各种GC算法
brewlin/garbage-collect
garbage collector algorithm 垃圾回收算法的系列实现
raviqqe/bdwgc-alloc
impl GlobalAlloc for Boehm GC
aron566/EOL_CAN_Tool
基于周立功ZLG/同星TS/KVASER/广成的上位机工具
0x7c13/docker-gc
docker-gc is a microservice to cleanup docker images automatically based on recycling strategy. Dockerfile and helm charts are provided for easy installation.
clojit/clojit-vm
A Clojure Virtual Maschine written in Rust
fsfod/LuaJIT
Mirror of the LuaJIT git repository
WebReflection/gc-hook
A simplified FinalizationRegistry utility that works.
coralblocks/CoralPool
CoralPool is a high-performance, lightweight and garbage-free Java object pool implementation. It efficiently reuses mutable objects, minimizing the creation of short-lived objects that would otherwise burden the garbage collector.
tattn/llvm-boehmgc-sample
Example to use Boehm GC on LLVM IR.