Gregory Burd greg
My Nix configuration (Hosts, Flakes, Home Manager, ...)
Updated 2024-06-17 15:45:31 +00:00
This is a C99 implementation of a sparse, compressed bitmap index. In the best case, it can store 2048 bits in just 8 bytes. In the worst case, it stores the 2048 bits uncompressed and requires an additional 8 bytes of overhead.
Updated 2024-06-13 09:59:06 +00:00
The Fly.io apps that I run.
Updated 2024-06-04 18:16:50 +00:00
Read/latency-optimized log-structured merge tree.
Updated 2024-05-31 19:04:38 +00:00
Stasis is a flexible transactional storage library for high-performance applications and system developers. It supports concurrent transactional storage and no-FORCE/STEAL buffer management.
Updated 2024-05-31 19:03:22 +00:00
Concurrent, lock-free Skip List in ANSI C99.
Updated 2024-05-29 19:42:54 +00:00
A SQL database engine on top of Oracle Berkeley DB.
Updated 2024-05-08 20:00:02 +00:00
An attempt at a Seastar HanoiDB to impress the folks as ScyllaDB (I hope).
Updated 2024-05-02 01:34:43 +00:00
Jake Moilanen's work on Linux I/O schedulers: a genetic algorithm approach to monitor and tweak the tunables of various schedulers (Zaphod CPU, Anticipatory IO, Deadline IO) attempting to optimize for performance.
Updated 2024-04-29 14:16:25 +00:00
HanoiDB implements an ordered k/v pairs storage engine in Erlang. The primary index is a log-structured merge tree (LSM-BTree) implemented using "doubling sizes" persistent ordered sets of kvp.
Updated 2024-04-09 00:54:27 +00:00
This is a Riak storage backend that uses WiredTiger, an Erlang interface to the WiredTiger k/v pair storage engine, and an abstract async thread-pool layer for Erlang's NIF API called `c_src/async_nif.h`.
Updated 2024-03-23 13:12:11 +00:00
An embedded relational datalog storage engine inspired by Datomic and DataScript. This is a fork of [Mozilla's unmaintained project by the same name](https://github.com/mozilla/mentat).
Updated 2023-12-07 20:03:14 +00:00
Berkeley DB
Updated 2023-10-21 14:20:18 +00:00
EXPERIMENTAL: Learning about CockroachDB via Java/JPA/EclipseLink.
Updated 2023-10-18 23:48:58 +00:00
Java 8 and Scala Cassandra client.
Updated 2023-10-18 23:48:50 +00:00