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

19 lines
322 B
Markdown
Raw Normal View History

2022-07-23 07:28:33 +00:00
# mdb
2022-07-25 05:39:16 +00:00
An in-process, in-memory database for Go.
## TO DO
2022-07-26 22:12:35 +00:00
* mapindex_test.go
2022-07-27 07:56:01 +00:00
* ~~TestFullMapIndex~~
2022-07-26 22:12:35 +00:00
* btreeindex_test.go
* TestPartialBTreeIndex
2022-07-27 07:56:01 +00:00
* btreeiterator_test.go (?)
2022-07-26 22:12:35 +00:00
* collection
* database
2022-07-26 15:17:15 +00:00
* WAL shipping
2022-07-26 22:12:35 +00:00
* WAL shipping with network disconnects
2022-07-27 07:56:01 +00:00
* BTreeIndex:
* Should insert panic if item is replaced?