gcpp VS graph_ptr

Compare gcpp vs graph_ptr and see what are their differences.

gcpp

Experimental deferred and unordered destruction library for C++ (by hsutter)

graph_ptr

A smart ptr implementation that can handle cycles, similar to herb sutter's deferred_ptr. (by jwezorek)
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
gcpp graph_ptr
12 1
912 1
- -
10.0 10.0
about 5 years ago over 2 years ago
C++ C++
MIT License 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.

gcpp

Posts with mentions or reviews of gcpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-19.

graph_ptr

Posts with mentions or reviews of graph_ptr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.
  • Any guesses as to how C++ will turn out w.r.t. garbage collection?
    3 projects | /r/cpp | 26 Oct 2022
    Herb Sutter has an experimental implementation of a smart pointer like this called deferred_ptr. I have another implementation of something similar called graph_ptr, that I made for a toy functional language I was working on (because Herb Sutter's reference implementation of deferred_ptr was too slow for my purposes). I think my smart pointer's general design etc. is better than that specific implementation though, just because I am not an expert at this sort of thing.

What are some alternatives?

When comparing gcpp and graph_ptr you can also consider the following projects:

sgcl - Smart Garbage Collection Library for C++

convey - Layer 4 load balancer with dynamic configuration loading

pkg-fmt - Metadata to support C++ packaging

ergo - std-alternative prototyping / education library

cargo-script-mvs - Pre-RFC for merging cargo-script into cargo

NeatReflection - KISS C++20 Type Reflection using IFC files

carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

wg-allocators - Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!

rust - Empowering everyone to build reliable and efficient software.