Projects in Awesome Lists tagged with gc
A curated list of projects in awesome lists tagged with gc .
https://github.com/doocs/jvm
🤗 JVM 底层原理最全知识总结
class doocs gc hotspot java jvm memory-allocation
Last synced: 08 May 2025
https://github.com/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.
compiler eclipse-openj9 garbage-collector gc hacktoberfest interpreter java jit jvm runtime virtual-machine
Last synced: 25 Apr 2025
https://github.com/ivmai/bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
c c-plus-plus cplusplus cpp cross-platform garbage-collection garbage-collector gc leak-detection library memory-allocation memory-leak-detection memory-management portable
Last synced: 13 May 2025
https://github.com/microsoft/gctoolkit
Tool for parsing GC logs
gc heap java jvm memory memory-management performance
Last synced: 14 May 2025
https://github.com/Starlight-JS/starlight
JS engine in Rust
bytecode garbage-collection gc interpreter javascript javascript-engine javascript-interpreter js js-engine virtual-machine
Last synced: 10 May 2025
https://github.com/mmtk/mmtk-core
Memory Management ToolKit
garbage-collection garbage-collector gc memory-management mmtk rust
Last synced: 16 May 2025
https://github.com/qinxuewu/docs
Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等
blog elk gc java jdk juc jvm linux mongodb redis spring springboot springcloud wechat
Last synced: 05 Apr 2025
https://github.com/shaoxiongdu/jvmstudy
💊JVM 底层原理解析
class docs gc hotspot java jvm jvm-bytecode jvm-languages
Last synced: 16 May 2025
https://github.com/CAFxX/gcnotifier
Know when GC runs from inside your golang code
garbage-collector gc golang runtime
Last synced: 12 Apr 2025
https://github.com/picrin-scheme/libpicrin
Super Tiny Scheme Interpreter for Freestanding Environment
embedded gc programming-language scheme
Last synced: 11 May 2025
https://github.com/USTC-Compiler-H-Team-10/teamwork
Java Garbage Collection 与各种GC算法
Last synced: 02 May 2025
https://github.com/webreflection/gc-hook
A simplified FinalizationRegistry utility that works.
finalizationregistry gc utility
Last synced: 06 Jan 2025
https://github.com/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.
docker docker-gc garbage-collection garbage-collector gc helm helm-charts kubernetes
Last synced: 19 Mar 2025
https://github.com/tattn/llvm-boehmgc-sample
Example to use Boehm GC on LLVM IR.
Last synced: 14 Apr 2025
https://github.com/shoenig/offheap
offheap - allocate system memory off heap in Go
collection garbage gc go golang hacktoberfest heap memory offheap
Last synced: 24 Mar 2025
https://github.com/vezel-dev/celerity
An expressive programming language for writing concurrent and maintainable software.
celerity compiler csharp dotnet gc interpreter jit language runtime
Last synced: 30 Apr 2025
https://github.com/avi-d-coder/sundial-gc
WIP: my Tweag open source fellowship project
Last synced: 11 Apr 2025
https://github.com/hanaasagi/pymem
A debugging tool to analysis Python process memory ✨
debugger debugging-tool gc gdb lldb memory python3
Last synced: 04 May 2025
https://github.com/astro/nix-cache-cut
Trim Nix binary caches according to GC roots
Last synced: 09 Apr 2025
https://github.com/no-defun-allowed/baker-gc
A loose interpretation of an incremental copying collector
do-not-use garbage-collector gc henry-baker-more-like-henry-based
Last synced: 26 Mar 2025
https://github.com/kassane/bdwgc-d
D library for interfacing with libgc (bdwgc)
bdwgc bindings d dlang garbage-collection garbage-collector gc libgc
Last synced: 14 Apr 2025
https://github.com/moul/rrgc
🗑 round-robin garbage-collector
backup garbage-collector gc round-robin
Last synced: 28 Apr 2025
https://github.com/lunamultiplayer/cachedquicklz
Compress and decompress with QuickLz while keeping low the Garbage Collector
allocate allocation cache cached collector compress compressor decompress decompressor garbage garbage-collection garbage-collector gc pool pooled quicklz
Last synced: 15 Mar 2025
https://github.com/coralblocks/coralpool
Multiple fast implementations of object pooling classes designed to efficiently reuse mutable objects, reducing memory allocations and eliminating the garbage collector overhead.
garbage-collector garbage-free gc java low-latency ultra-low-latency zero-garbage zero-gc
Last synced: 18 Dec 2024
https://github.com/sonots/fluent-gcprofiler
Start and stop GC::Profiler from outside of fluentd
Last synced: 12 Mar 2025
https://github.com/thefangbear/p.py
Creating massive memory leaks using Python recursive instantiation
gc hacking maliciouscode memory-leak memory-management python
Last synced: 19 Feb 2025
https://github.com/jhfg55-devboxver/csharphighperformance
Add functionality to the unmanaged code part of C# to improve its position in high-performance programming
c cpp csharp dotnet dotnet-core gc rust unmanaged
Last synced: 31 Mar 2025
https://github.com/tomokimiyauci/composite-key
Composite keys, TC39 proposal-richer-keys of compositeKey implementation
composite composite-key gc proposal-richer-keys tc39 weak-map
Last synced: 23 Feb 2025
https://github.com/vweevers/gctime
Record time spent on GC in high resolution.
garbage-collection gc nodejs nodejs-addon npm-package prebuilt-binaries
Last synced: 29 Mar 2025
https://github.com/jonathanvusich/sinter-lang
Sinter is a statically-typed, garbage collected language that is designed for user ergonomics, productivity and performance.
Last synced: 04 Apr 2025
https://github.com/stavromulabeta/chaotic-evil-gc
The Chaotic Evil Garbage Collector for C programs
c garbage-collection garbage-collector gc
Last synced: 19 Feb 2025
https://github.com/akurilov/java-reduce-garbage
Recycle frequently instantiated objects to reduce the garbage
Last synced: 04 Mar 2025
https://github.com/leoborai/gc-programming-paradigms
Brief sample of Imperative, Functional and Object Oriented Programming from GC Digital Fellows
Last synced: 01 Mar 2025
https://github.com/huxinfeng/gc-devtools
GameCreatorJS 开发工具
canvas-devtools devtools gamecreatorjs gc gc-devtools
Last synced: 12 Mar 2025
https://github.com/estebanborai/gc-programming-paradigms
Brief sample of Imperative, Functional and Object Oriented Programming from GC Digital Fellows
Last synced: 01 Feb 2025
https://github.com/anyone-developer/gc
Orchestrate good commands with your desired way. It's a CLI for aggregate and execute commands with command line way. "gc" means "Good Command".
Last synced: 22 Mar 2025