skl-rs VS griddle

Compare skl-rs vs griddle and see what are their differences.

skl-rs

A lock-free thread-safe arena based Skiplist impelementation for building memtable. (by al8n)

griddle

A HashMap variant that spreads resize load across inserts (by jonhoo)
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
skl-rs griddle
1 1
33 186
- -
4.0 0.0
8 days ago about 2 years 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.

skl-rs

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

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
    3 projects | /r/rust | 9 Jul 2022
    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.

What are some alternatives?

When comparing skl-rs and griddle you can also consider the following projects:

amqprs - Async & Lock-free RabbitMQ Rust Client, Easy-to-use API

badger - Fast key-value DB in Go.

crossbeam - Tools for concurrent programming in Rust

sled - the champagne of beta embedded databases

left-right - A lock-free, read-optimized, concurrency primitive.