Go to file
jdl 0518c5dcca Fix memory leak in secondary, cleanup code. 2024-01-06 20:50:20 +01:00
fstore Cleanup. 2023-10-16 08:50:19 +00:00
lib Fix memory leak in secondary, cleanup code. 2024-01-06 20:50:20 +01:00
mdb Fix memory leak in secondary, cleanup code. 2024-01-06 20:50:20 +01:00
.gitignore Added .gitignore. 2023-10-13 11:47:50 +02:00
README.md Fix data corruption bug (overwrite data) 2023-12-04 20:05:15 +01:00
dep-graph.sh Initial commit 2023-10-13 11:43:27 +02:00
go.mod Fix memory leak in secondary, cleanup code. 2024-01-06 20:50:20 +01:00
go.sum Fix memory leak in secondary, cleanup code. 2024-01-06 20:50:20 +01:00

README.md

jldb

Replicated in-memory database and file store.

TODO

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