Sharded Alternatives
Similar projects and alternatives to sharded
-
parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
hypergraph
Hypergraph is a data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.
-
-
-
staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
-
-
possum
concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better sharded alternative or higher similarity.
sharded discussion
sharded reviews and mentions
Posts with mentions or reviews of sharded.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-19.
-
Memory efficient hashmap?
https://github.com/greg7mdp/parallel-hashmap has a full write up on memory improvements over the equivalent C++. There’s a reference implementation I did in Rust here https://github.com/nkconnor/sharded focused on the concurrency side.
Stats
Basic sharded repo stats
1
36
6.0
over 1 year ago
nkconnor/sharded is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of sharded is Rust.