khonsulabs / nebariLinks
A pure Rust database implementation using an append-only B-Tree file format.
☆268Updated last year
Alternatives and similar repositories for nebari
Users that are interested in nebari are comparing it to the libraries listed below
Sorting:
- A Write Ahead Log (WAL) implementation in Rust☆225Updated last year
- Concurrently Readable Data Structures for Rust☆357Updated last month
- The feature-rich, portable async channel library☆255Updated 2 years ago
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆389Updated 3 months ago
- Task abstraction for building executors☆467Updated 4 months ago
- A thread pool for isolating blocking I/O in async programs☆356Updated 4 months ago
- A fast and flexible LRU map.☆184Updated 5 months ago
- Append-only commit log library for Rust☆112Updated 11 months ago
- ☆194Updated last year
- The core repository of implementing PostgreSQL compatible distributed database in Rust☆224Updated 3 years ago
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- Structured concurrency operations for async Rust☆451Updated 4 months ago
- Proactive IO & Runtime system☆272Updated last year
- Rust implementation of Paxos consensus algorithm☆109Updated 2 years ago
- mirror of https://caio.co/de/foca/☆165Updated 2 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆417Updated 2 weeks ago
- Pillars for Transactional Systems and Data Grids☆132Updated last year
- Auto-generate serde implementations for prost types☆97Updated 10 months ago
- ☆113Updated 2 years ago
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆147Updated last week
- Experiments with structured concurrency in Rust