★ Fullfast transactional key-value memory-mapped B-Tree storage engine without WAL ★ Widely used by Ethereum, cryptocurrency industry and thousands of other projects ★ Surpasses the legendary LMDB in terms of reliability, features and performance.
Stars
1.4k
Forks
139
Watchers
1.4k
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
mdbx-doc: add link to MAX-chat.
c940fe8View on GitHubmdbx: fix spelling typos (v0.14.1-533-gde55f253).
b4df32fView on GitHubmdbx: a bit of refining and minor optimization (v0.14.1-532-g6fe748e5).
d374a43View on GitHubmdbx-ci: cutoff CI-related stuff into the aside repository.
374adfdView on GitHubmdbx: osal_safe_peek_uint32() implementation (v0.14.1-526-g858186d2).
9e396c2View on GitHubmdbx: mdbx: rework assertion and `ENSURE()` checking at all (v0.14.1-521-gb2ff247e).
80077d0View on GitHubmdbx: fix panic/abort/oos in case of bad geometry in a crafted dxb-file (v0.14.1-513-g35671b1e).
b1e34acView on GitHubmdbx: indirect-called `search_xyz()` tied per each built-in comparator by inlining (v0.14.1-507-gd8f035e0).
3412f1bView on GitHubmdbx: fix missing error handling of `NtUnmapViewOfSection()` and `munmap()` inside `osal_munmap()`.
23bdf9fView on GitHubmdbx: fix default value typo for MDBX_opt_subpage_limit in mdbx.h
a5c936cView on GitHubmdbx: fix stray parenthesis in ascending MDBX_PNL_CONTIGUOUS
588e5c0View on GitHubmdbx: fix misplaced parentheses in mdbx_txn_renew() txn state check
074577fView on GitHub