From 2b290e08eae90591c87dcc415c459cd5e00903e3 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 1 Feb 2021 02:11:25 +0300 Subject: [PATCH] mdbx: update ChangeLog. Change-Id: Ib7af5490a2d8138bdd65403df3f0552e68e30425 --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 50b911f5..9ff5c23a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,9 +5,8 @@ ChangeLog TODO: - Engage new terminology (https://github.com/erthink/libmdbx/issues/137). - - Rework/speedup the implementation of the dirty page list (lazy compactification, lazy sorting via merge). - Resolve few TODOs (https://github.com/erthink/libmdbx/issues/124, https://github.com/erthink/libmdbx/issues/127, - https://github.com/erthink/libmdbx/issues/132, https://github.com/erthink/libmdbx/issues/115). + https://github.com/erthink/libmdbx/issues/115). - Finalize C++ API (few typos and trivia bugs are still likely for now). - Packages for [ROSA Linux](https://www.rosalinux.ru/), [ALT Linux](https://www.altlinux.org/), Fedora/RHEL, Debian/Ubuntu. @@ -49,6 +48,7 @@ New features: - Added `MDBX_ENABLE_REFUND` and `MDBX_PNL_ASCENDING` internal/advanced build options. - Added `mdbx_default_pagesize()` function. - Better support architectures with a weak/relaxed memory consistency model (ARM, AARCH64, PPC, MIPS, RISC-V, etc) by means [C11 atomics](https://en.cppreference.com/w/c/atomic). + - Speed up page number lists and dirty page lists (https://github.com/erthink/libmdbx/issues/132). Fixes: