tinygc VS migc

Compare tinygc vs migc and see what are their differences.

tinygc

TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative GC (by ivmai)

migc

Simple conservative GC using mimalloc (by playXE)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tinygc migc
1 1
82 35
- -
0.0 0.0
about 11 years ago over 1 year ago
C C
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tinygc

Posts with mentions or reviews of tinygc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-02.
  • migc: Conservative GC for C/C++/Rust/Zig and other compiled languages using mimalloc
    2 projects | /r/ProgrammingLanguages | 2 Mar 2021
    Hello to all! I developed this library just as proof that mimalloc can be used for implementing fast GCs and as an simple example on how conservative GC implementation can look. It does not have much but its functionality is close to what tinygc has except migc is much faster since it uses mimalloc for allocation and does not use linked list to search for pointers and migc does not support threading at all

migc

Posts with mentions or reviews of migc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-02.