This repository has been archived on 2022-07-30. You can view files and clone it, but cannot push or open issues/pull-requests.
mdb/README.md

322 B

mdb

An in-process, in-memory database for Go.

TO DO

  • mapindex_test.go

    • TestFullMapIndex
  • btreeindex_test.go

    • TestPartialBTreeIndex
  • btreeiterator_test.go (?)

  • collection

  • database

    • WAL shipping
    • WAL shipping with network disconnects
  • BTreeIndex:

    • Should insert panic if item is replaced?