No description
Find a file
Nick Vladimiroff 7682eca813
Some checks failed
/ run_tests (push) Failing after 2m28s
Transactions: use CLOCK_MONOTONIC_RAW
Otherwise, sometimes transactions will start at the same time.
2025-11-22 14:12:36 -05:00
.forgejo/workflows ci: add benchmark and remove explicit container image 2025-11-13 23:31:43 +00:00
bin Storage: background flushing and compaction. 2025-11-16 20:04:24 -05:00
config Directory: rm, use Pathname instead. 2025-11-15 16:25:15 -05:00
core_ext Directory: rm, use Pathname instead. 2025-11-15 16:25:15 -05:00
lib Transactions: use CLOCK_MONOTONIC_RAW 2025-11-22 14:12:36 -05:00
test Scans: table-related cleanup. 2025-11-22 14:09:36 -05:00
tmp DB: Complete refactor. 2025-11-01 17:24:01 -04:00
.gitignore Ignore more things. 2025-11-13 22:04:18 -05:00
Gemfile Storage: background flushing and compaction. 2025-11-16 20:04:24 -05:00
Gemfile.lock Storage: background flushing and compaction. 2025-11-16 20:04:24 -05:00
Rakefile DB: naive database. 2025-10-23 17:20:48 -04:00
README.md Add a README. 2025-10-23 16:55:33 -04:00

RubyDB

This is a example database based on https://www.nan.fyi/database.