In-memory database code.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
jdl 4aec388a15 Cleanup 1 year ago
keyedmutex wip 1 year ago
kvstore Cleanup 1 year ago
testconn wip 1 year ago
.gitignore Initial commit 1 year ago
README.md Updated tests, added panics in btree index. 1 year ago
btreeindex.go Cleanup + testing 1 year ago
btreeindex_ex_test.go More testing. 1 year ago
btreeindex_test.go Cleanup + testing 1 year ago
btreeiterator.go WIP 1 year ago
btreeiterator_test.go Added tests. 1 year ago
codec.go Code cleanup, buffer pool 1 year ago
collection.go Removed unused parameters. 1 year ago
collection_test.go testing: WIP 1 year ago
database.go Removed unused parameters. 1 year ago
database_ex_test.go Cleanup + testing 1 year ago
database_test.go Testing 1 year ago
dep-graph.sh Cleanup + testing 1 year ago
errors.go WIP 1 year ago
go.mod wip 1 year ago
go.sum wip 1 year ago
itemmap.go wip: testing 1 year ago
itemmap_ex_test.go WIP: testing 1 year ago
itemmap_test.go Cleanup + testing 1 year ago
main_test.go testing: WIP 1 year ago
mapindex.go Cleanup + testing 1 year ago
mapindex_ex_test.go wip: testing 1 year ago
mapindex_test.go More testing. 1 year ago
shipping_test.go Cleanup + testing 1 year ago
testdb_test.go Cleanup + testing 1 year ago
types.go Removed unused parameters. 1 year ago
util.go WIP 1 year ago
util_test.go Testing 1 year ago

README.md

mdb

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