Go to file
jdl 8a8c2d9bed Pointer receivers 2023-11-16 09:25:01 +01:00
fstore goimports cleanup 2023-10-16 09:39:50 +02:00
lib WIP 2023-10-16 10:45:53 +02:00
mdb Pointer receivers 2023-11-16 09:25:01 +01:00
.gitignore Added .gitignore. 2023-10-13 11:47:50 +02:00
README.md Initial commit 2023-10-13 11:43:27 +02:00
dep-graph.sh Initial commit 2023-10-13 11:43:27 +02:00
go.mod Initial commit 2023-10-13 11:43:27 +02:00
go.sum Initial commit 2023-10-13 11:43:27 +02:00

README.md

jldb

Replicated in-memory database and file store.

TODO

  • mdb: tests for sanitize and validate functions
  • Test: lib/wal iterator w/ corrupt file (random corruptions)
  • Test: lib/wal io.go