garbage-collection

Open-source projects categorized as garbage-collection

Top 23 garbage-collection Open-Source Projects

  • bdwgc

    The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)

  • virgil

    A fast and lightweight native programming language

  • Project mention: Garbage Collection for Systems Programmers | news.ycombinator.com | 2024-03-30

    For (2) Virgil has several features that allow you to layout memory with various levels of control. I assume you meaning "array of structs", and you can do that with arrays of tuples, which will naturally be flattened and normalized based on the target (i.e. will be array-of-structs on native targets). You can define byte-exact layouts[1] (mostly for interfacing with other software and parsing binary formats), unbox ADTs, and soon you can even control the exact encoding of ADTs.

    Virgil is GC'd.

    [1] https://github.com/titzer/virgil/blob/master/doc/tutorial/La...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • hacs_waste_collection_schedule

    Home Assistant integration framework for (garbage collection) schedules

  • starlight

    JS engine in Rust (by Starlight-JS)

  • book

    Writing Interpreters in Rust: a Guide (by rust-hosted-langs)

  • Project mention: I'm wanting to write my first compiler, but getting a little bit mixed up in general. | /r/Compilers | 2023-06-24

    Kind of an interpreter but it does compile to bytecode and is written in rust https://github.com/rust-hosted-langs/book I thought it was a great tutorial, both for learning rust, and about compilers

  • Garbage-Collection

    🗑 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)

  • mmtk-core

    Memory Management ToolKit

  • Project mention: I have written a JVM in Rust | news.ycombinator.com | 2023-07-21

    Great learning project, I'm glad the author is having fun.

    If they're interested in bolting on a GC, it couldn't hurt to look at MMtk. (https://www.mmtk.io/) Some high quality collection algorithms, written to be pluggable to various VMs, and written in Rust.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • seize

    Fast, efficient, and robust memory reclamation for Rust.

  • C-sharp-stack-only-json-parser

    Stack only json deserialization using generators and the System.Text.Json library

  • arcadia

    An implementation of the Arc programming language (by kimtg)

  • cactusref

    🌵 Cycle-Aware Reference Counting in Rust

  • docker-gc-cron

    A Docker image that allows scheduled cleanup of unused Docker images, containers, and volumes.

  • glacier

    Keep your data fresh (by hazae41)

  • garbage-collection-card

    Custom Lovelace card for Garbage Collection custom component

  • RAM-Limiter

    Limits Discord, Chrome, OBS or Any Applications RAM Usage In 1 Click.

  • lisp

    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. (by Robert-van-Engelen)

  • samsara

    a reference-counting cycle collection library in rust

  • Project mention: Garbage Collection for Systems Programmers | news.ycombinator.com | 2024-03-30

    > IME it's the other way around, per-object individual lifetimes is a rare special case

    It depends on your application domain. But in most cases where objects have "individual lifetimes" you can still use reference counting, which has lower latency and memory overhead than tracing GC and interacts well with manual memory management. Tracing GC can then be "plugged in" for very specific cases, preferably using a high performance concurrent implementation much like https://github.com/chc4/samsara (for Rust) or https://github.com/pebal/sgcl (for C++).

  • core

    The Core Programming Language (by core-lang)

  • lisp-cheney

    A mini Lisp in 1k lines of C with Cheney's copying 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 copying garbage collector and REPL.

  • graven-image

    Portability library for better interaction and debugging of a running Common Lisp image through text REPL.

  • Project mention: Graven Image: improving CL built-in inspection facilities | /r/Common_Lisp | 2023-08-12

    Now that is progressed enough (having 300+ commits!), I think it would be useful to share the lib I've made filling this niche: it's called Graven Image and it already improves these CL functions: - apropos(-list) (more readable and useful printouts and search through documentation and external symbols only) - describe and inspect (better printouts and lots of commands stolen from SBCL, CCL etc.) - dribble (writing to a file with outputs and results commented out, so that one can load the dribbled file and get a fully reproduced state!) - function-lambda-expression (closure, arglist, name, and type (!) inspection) - time (more predictable printout) - yes-or-no-p/y-or-n-p (configurable reply options and reliable UI) - documentation (aliases, type is optional now, and a DWIM method on symbols) - I'm also planning to work on ed, room, and, possibly, (un)trace, disassemble, and step.

  • Cameleonica

    Safe cryptographic steganographic advanced filesystem

  • AGC

    Garbage collection for Ada

  • sundial-gc

    WIP: my Tweag open source fellowship project

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

garbage-collection related posts

Index

What are some of the best open-source garbage-collection projects? This list will help you:

Project Stars
1 bdwgc 2,780
2 virgil 893
3 hacs_waste_collection_schedule 809
4 starlight 491
5 book 466
6 Garbage-Collection 373
7 mmtk-core 331
8 seize 304
9 C-sharp-stack-only-json-parser 279
10 arcadia 195
11 cactusref 142
12 docker-gc-cron 135
13 glacier 124
14 garbage-collection-card 120
15 RAM-Limiter 102
16 lisp 65
17 samsara 64
18 core 40
19 lisp-cheney 31
20 graven-image 15
21 Cameleonica 13
22 AGC 10
23 sundial-gc 7

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com