objgraph

By sporksmith

Objgraph Alternatives

Similar projects and alternatives to objgraph

  • kani

    Kani Rust Verifier

  • austral

    Systems language with linear types and capability-based security.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better objgraph alternative or higher similarity.

objgraph reviews and mentions

Posts with mentions or reviews of objgraph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-17.
  • Must move types by Niko Matsakis
    3 projects | /r/rust | 17 Mar 2023
    For more context, this is an Rc-like object that avoids atomic operations by requiring a reference to a !Sync "Root" object for operations that'd otherwise need to be atomic. An earlier prototype with some benchmarks and additional explanation is here: https://github.com/sporksmith/objgraph/. I never got around to publishing to crates.io, but if there's interest I could update this implementation (from the one I folded into the larger shadow project) and publish it.
  • objgraph: performance of Rc and RefCell with thread safety
    1 project | /r/rust | 16 Aug 2022
    I'm working on objgraph: a module to allow "graphs" of objects to be sent or shared across threads. When operating on a graph, a relatively expensive atomic operation (Mutex-style lock) only needs to be done once for the whole graph, to lock its Root. While operating on the graph with the lock held, RootedRc and RootedRefCell objects inside the graph can be manipulated with similar performance as Rc and RefCell.

Stats

Basic objgraph repo stats
2
13
10.0
over 1 year ago

The primary programming language of objgraph is Rust.


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