pjtatlow / jammdb
Just Another Memory Mapped Database
☆278Updated last year
Alternatives and similar repositories for jammdb
Users that are interested in jammdb are comparing it to the libraries listed below
Sorting:
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆387Updated 2 months ago
- Concurrent multi-producer multi-consumer queue☆281Updated 3 months ago
- Task abstraction for building executors☆466Updated 3 months ago
- PickleDB-rs is a lightweight and simple key-value store. It is a Rust version for Python's PickleDB☆264Updated 10 months ago
- A pure Rust database implementation using an append-only B-Tree file format.☆268Updated last year
- A virtual filesystem for Rust☆406Updated last month
- A Write Ahead Log (WAL) implementation in Rust☆225Updated last year
- Futures, streams, and async I/O combinators.☆502Updated 2 months ago
- Lightweight and high performance concurrent cache☆235Updated 3 weeks ago
- Experiments with structured concurrency in Rust☆363Updated 9 months ago
- ☆181Updated 2 months ago
- lock-free B+ tree☆287Updated 8 months ago
- A thread pool for isolating blocking I/O in async programs☆357Updated 3 months ago
- Concurrently Readable Data Structures for Rust☆356Updated last month
- cross-platform Rust API for memory mapped IO☆484Updated 5 months ago
- Notify async tasks or threads☆467Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Async synchronization primitives☆267Updated last month
- Reflection via DWARF.☆296Updated 2 years ago
- Structured concurrency operations for async Rust☆448Updated 3 months ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…