From 48c3805a969d753c35c99311b5cfbde782b8f6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Fri, 12 Sep 2025 12:49:54 +0300 Subject: [PATCH] mdbx: update TODO. --- TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO.md b/TODO.md index 32916e45..68058690 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,8 @@ + TODO ---- + - HarmonyOS support. - [SWIG](https://www.swig.org/). - Параллельная lto-сборка с устранением предупреждений. - Интеграция c DTrace и аналогами. @@ -16,6 +18,11 @@ TODO - [Support MessagePack for Keys & Values](https://libmdbx.dqdkfa.ru/dead-github/issues/115). - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. +In development +-------------- + - get-cached API. + - digging/refactoring/optimizing page splitting and tree rebalance. + Done ----