#
garbage-collector
Here are 98 public repositories matching this topic...
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.
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 14, 2020 - Scheme
Clean up (delete) Kubernetes resources after a configured TTL (time to live)
-
Updated
Sep 7, 2020 - Python
The Memory Pool System
-
Updated
Sep 7, 2020 - C
An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection
-
Updated
May 30, 2020 - Rust
A single-header incremental garbage collector library
-
Updated
May 13, 2020 - C
[yvm] low performance garbage-collectable jvm
-
Updated
Sep 26, 2019 - C++
Host of debugging-related extensions such as post-mortem tools or WinDBG extensions
-
Updated
Jul 3, 2020 - C#
c
java
programming-language
interpreter
cpp
jvm
virtual-machine
garbage-collector
java8
java-8
jvm-bytecode
java-virtual-machine
jvm-8
-
Updated
May 12, 2020 - C++
A lightweight conservative garbage collector for C/C++
-
Updated
Oct 20, 2018 - C
Know when GC runs from inside your golang code
-
Updated
Jan 12, 2019 - Go
AzeemJiva
commented
May 8, 2020
Setup Actions to build heapothesys packages
Just another Docker maintenance script, managing garbage collection of Docker containers and images.
-
Updated
Jan 8, 2020 - Shell
Runtime support for LLVM's GC Statepoints
-
Updated
Mar 10, 2020 - C
Java Memory Agent for Container RAM Usage Optimization
java
garbage-collector
memory-management
add-on
java-performance
java-optimization
optimization-addon
ram-optimization
resource-utilization
java-docker-optimization
docker-ram-utilization
-
Updated
Sep 14, 2020 - Shell
itssamuelrowe
commented
May 13, 2020
The compiler should analyze the function body to detect statements that are completely unreachable because of return and throw statements that cause a function to exit.
Consider the following example:
function main(...arguments)
return 0
print('Hello, world!')In the above example, the print statement is never executed because main() is terminated before it can reach t
-
Updated
Sep 17, 2019 - Rust
Request interceptor which improves the service time of cloud services by controlling GC interventions.
-
Updated
Aug 10, 2018 - Go
A super simple mark-and-sweep garbage collector written in Zig.
-
Updated
Apr 21, 2020 - Zig
Zero overhead tracing garbage collection for rust (WIP)
-
Updated
Aug 19, 2020 - Rust
Some useful links about Elasticsearch
-
Updated
Jul 23, 2020
Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.
-
Updated
Jan 1, 2017 - C++
A reference-counting, tracing garbage collector in completely safe Rust
-
Updated
Mar 30, 2019 - Rust
A basic garbage collection application written in C to manage memory
-
Updated
Apr 1, 2014 - C
C++ memory allocator with smart GC
-
Updated
Aug 13, 2020 - C++
Python: Bad Ideas
-
Updated
May 29, 2017 - Python
This is a small repository about the Garbage Collector in C#.
-
Updated
Apr 17, 2020 - C#
Improve this page
Add a description, image, and links to the garbage-collector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the garbage-collector topic, visit your repo's landing page and select "manage topics."
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like