skl
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree. (by al8n)
left-right
A lock-free, read-optimized, concurrency primitive. (by jonhoo)
skl | left-right | |
---|---|---|
1 | 5 | |
57 | 1,989 | |
- | 0.6% | |
8.6 | 2.4 | |
2 months ago | 10 months 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.
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.
left-right
Posts with mentions or reviews of left-right.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-27.
-
SQLite: Wal2 Mode
Very similar to the left-right pattern.
https://github.com/jonhoo/left-right
-
I wanna be a crab.
C is much better specified than unsafe Rust. Some things are just not worked out yet in Rust. This may sometimes even bite very experienced devs, such as this issue with Box's aliasing semantics, which tripped up the author of left-right.
-
New ScyllaDB Go Driver: Faster Than GoCQL and Its Rust Counterpart
Do you mean this? https://github.com/jonhoo/left-right
I am not sure of the performance or implementation difficulty but the data structure seems to be what you are talking about.
-
Is Aliasing through a ManuallyDrop<T> sound?
For an example of aliasing data soundly see the aliasing module from left-right
- Writing a concurrent LRU cache
What are some alternatives?
When comparing skl and left-right you can also consider the following projects:
amqprs - Async & Lock-free RabbitMQ Rust Client, Easy-to-use API
concurrentlinkedhashmap - A ConcurrentLinkedHashMap for Java
griddle - A HashMap variant that spreads resize load across inserts
triple-buffer - Implementation of triple buffering in Rust
sled - the champagne of beta embedded databases
bus - Efficient, lock-free, bounded Rust broadcast channel