josephine VS dashmap

Compare josephine vs dashmap and see what are their differences.

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
josephine dashmap
2 12
64 2,739
- -
0.0 5.1
almost 4 years ago 25 days ago
Rust Rust
Mozilla Public License 2.0 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.

josephine

Posts with mentions or reviews of josephine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-04.
  • Samsara, a safe Rust concurrent cycle collector
    4 projects | /r/rust | 4 Jan 2023
    It turned out that attempts at finding the “small set of hooks” needed to make arbitrary garbage-collectors works with Rust were never really successful, even though there have been lots of attempts by people at Mozilla, since it was of primary importance for the integration with the DOM in servo. The last one I'm aware being this which scope was much narrower than what the pcwalton was envisioning when he wrote this post you haven't read but definitely should.
  • A Tour of Safe Tracing GC Designs in Rust
    2 projects | news.ycombinator.com | 19 Jun 2021
    For me, the most interesting one is Josephine[1]. This allows tracking of stack roots, doesn't limit the time when GC can run, and takes advantage of rust affine type system. However I have to say the API feels fairly clunky, with the need to root everything before mutation and the need to pass context objects to every method.

    [1] https://github.com/asajeffrey/josephine

dashmap

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

What are some alternatives?

When comparing josephine and dashmap you can also consider the following projects:

hashbrown - Rust port of Google's SwissTable hash map

moka - A high performance concurrent caching library for Rust

HashMap - An open addressing linear probing hash table, tuned for delete heavy workloads

crossbeam - Tools for concurrent programming in Rust

leapfrog - Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.

megahash - A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.

stretto - Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust cache.

sharded - Safe, fast, and obvious concurrent collections in Rust.

im-rs - Assorted immutable collection datatypes for Rust

rudy - A MITM proxy written in Rust

concurrentlinkedhashmap - A ConcurrentLinkedHashMap for Java

ristretto - A high performance memory-bound Go cache