griddle
A HashMap variant that spreads resize load across inserts (by jonhoo)
skl
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree. (by al8n)
griddle | skl | |
---|---|---|
1 | 1 | |
191 | 57 | |
0.0% | - | |
5.7 | 8.6 | |
about 2 months ago | 30 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
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.
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.
griddle
Posts with mentions or reviews of griddle.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
-
Help wanted: implement an ARENA based lock-free skiplist
You might be able to take some inspiration from https://github.com/jonhoo/griddle for how to reduce the cost of growing an arena for a single writer. But I would not trust the Go code as a reference for how to implement a growable skip list. The fixed size implementation should be fine, but I don't trust the growable version.
skl
Posts with mentions or reviews of skl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
What are some alternatives?
When comparing griddle and skl you can also consider the following projects:
badger - Fast key-value DB in Go.
amqprs - Async & Lock-free RabbitMQ Rust Client, Easy-to-use API
sled - the champagne of beta embedded databases
crossbeam - Tools for concurrent programming in Rust
left-right - A lock-free, read-optimized, concurrency primitive.