forge
login
or
join now
gazagnaire.org
/
ocaml-btree
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Pure OCaml B-tree implementation for persistent storage
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
ocaml-btree
/
lib
/
at
main
17 files
btree.ml
btree: add cell, page, pager, record, table, varint modules
2 months ago
btree.mli
Wrap SQLite VDS writes in a transaction for atomicity
1 month ago
cell.ml
fix(btree): implement overflow pages per SQLite spec
1 month ago
cell.mli
fix(btree): implement overflow pages per SQLite spec
1 month ago
dune
claude: complete Err -> Error module rename across call sites
1 week ago
index.ml
Add CVE-inspired hostile-input tests across 10 packages
1 month ago
index.mli
Add transaction support to ocaml-sqlite
1 month ago
page.ml
fix(lint): resolve E205, E331, E340 redundant prefixes and error patterns
2 months ago
page.mli
fix(lint): resolve E205, E331, E340 redundant prefixes and error patterns
2 months ago
pager.ml
Wrap SQLite VDS writes in a transaction for atomicity
1 month ago
pager.mli
Wrap SQLite VDS writes in a transaction for atomicity
1 month ago
record.ml
Fix infinite loop in Record.decode on corrupt header_size
1 month ago
record.mli
fix(lint): resolve E410 doc style issues and apply dune fmt
2 months ago
table.ml
Add CVE-inspired hostile-input tests across 10 packages
1 month ago
table.mli
Add transaction support to ocaml-sqlite
1 month ago
varint.ml
Fix infinite loop in Record.decode on corrupt header_size
1 month ago
varint.mli
chore: accumulated lint fixes, test stubs, and interface files
2 months ago