eatonphil / zigrocksLinks
Writing a SQL database, take two: Zig and RocksDB
☆160Updated 3 years ago
Alternatives and similar repositories for zigrocks
Users that are interested in zigrocks are comparing it to the libraries listed below
Sorting:
- A $20k consensus challenge based on TigerBeetle's implementation of the pioneering Viewstamped Replication protocol.☆214Updated 3 years ago
- fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)☆279Updated 10 months ago
- B-tree generator for C☆145Updated 2 months ago
- Directed graph data structure for Zig☆115Updated 3 years ago
- An asynchronous IO runtime☆137Updated last month
- 🪢 A fast native data type for manipulating large strings in Redis☆126Updated 3 years ago
- Comparing unsafe Rust vs Zig by writing a bytecode interpreter with GC in both langs☆198Updated 2 years ago
- An event loop in Zig using io_uring and coroutines☆126Updated 3 years ago
- Zig bindings for libuv. Also a build script to build libuv from scratch using only Zig (for easy cross-compilation, integration with Zig,…☆20Updated 2 years ago
- Minimalistic hypervisor built on KVM, coded with Zig.☆147Updated last year
- A list of companies using Zig in production.☆112Updated 4 months ago
- Redis compatible server framework for Rust☆91Updated 2 years ago
- Building an intuition for different IO models (sync, io_uring, etc.) across different languages.☆29Updated 2 years ago
- Zig bindings for the excellent CRoaring library☆37Updated 2 months ago
- A thread-safe, expiration-aware, LRU cache for Zig☆80Updated last week
- Your SQL database for learning purpose☆78Updated 4 months ago
- Apache Arrow implementation☆56Updated last year
- A Lightweight Zig Library for JSON-RPC 2.0☆47Updated 3 weeks ago
- ViewStamped Replication implementation in Go☆42Updated 2 years ago
- OxidSQL (Toy) SQL Database in Rust☆79Updated 5 months ago
- Lightweight, fully-featured, idiomatic cross-platform Zig bindings to Lightning Memory-Mapped Database (LMDB).☆85Updated 2 years ago
- Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.☆142Updated 2 years ago
- Probabilistic transaction graph for optimistic concurrency control.☆49Updated last year
- A Minimalist, High-Performance Virtual Machine in Zig☆101Updated 5 months ago
- A DuckDB driver for Zig☆168Updated last week
- TigerBeetle Hackathon at Interledger Summit 2023☆13Updated 2 years ago
- A poolable string builder (aka string buffer) for Zig☆31Updated 3 months ago
- Hiisi is a proof of concept libSQL written in Rust following TigerBeetle-style with deterministic simulation testing.☆118Updated last year
- A datastore aiming at linear scalability up to the yottabyte range. Inspired by dynamo and cassandra.☆90Updated 11 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year