bitcask
A log-structured hash table for fast key/value data (by fvilers)
native_db
Drop-in, fast, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly. (by vincent-herlemont)
bitcask | native_db | |
---|---|---|
1 | 2 | |
0 | 521 | |
- | 7.7% | |
5.5 | 9.3 | |
almost 2 years ago | 4 days ago | |
Rust | Rust | |
MIT License | 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.
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.
bitcask
Posts with mentions or reviews of bitcask.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-21.
-
What’s everyone working on this week (8/2023)?
Still learning Rust by building a REPL and a library to use and query a Bitcask datastore. Done at 80 % (you know the Pareto principle, don't you?) Trying to write as idiomatic as possible.
native_db
Posts with mentions or reviews of native_db.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-09.
-
struct_db 0.4.0
Here are the new features for struct_db, a database that focuses on being basic and targeting cross-platform applications (server/mobile/desktop).
-
What type of projects do you use Rust for?
I'm using Rust to minimize maintenance and unify my code. An example is Struct DB, an embedded drop-in database I'm developing, which enhances reliability, reduces bugs, and ultimately speeds up delivery.
What are some alternatives?
When comparing bitcask and native_db you can also consider the following projects:
barreldb - A disk based KV store (based on Bitcask implementation)
purplecoin - Purplecoin/XPU Core integration/staging tree