Go to file
J. David Lee ba1990e379 v2 (#2)
Co-authored-by: jdl <jdl@desktop>
Reviewed-on: #2
2023-11-17 10:06:56 +00:00
fstore Cleanup. 2023-10-16 08:50:19 +00:00
lib Cleanup. 2023-10-16 08:50:19 +00:00
mdb v2 (#2) 2023-11-17 10:06:56 +00: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