From eb4090c5348633b0dfd736fb02fbdf12970885a9 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Thu, 10 May 2018 14:05:48 +0300 Subject: [PATCH] mdbx: update Project Status. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 216c997f..8172b972 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ libmdbx [![Build status](https://ci.appveyor.com/api/projects/status/ue94mlopn50dqiqg/branch/master?svg=true)](https://ci.appveyor.com/project/leo-yuriev/libmdbx/branch/master) [![Coverity Scan Status](https://scan.coverity.com/projects/12915/badge.svg)](https://scan.coverity.com/projects/reopen-libmdbx) -### Project Status +## Project Status for now -**MDBX is under _active development_**, database format and -API aren't stable at least until 2018Q3. New version won't be -backwards compatible. Main focus of the rework is to provide -clear and robust API and new features. + - The stable versions (the _stable/*_ branches) of are frozen, i.e. no new features or API changes, but only bug fixes. + - The next (the _devel_ branch) version **is under active development**, i.e. current API and set of features are extreme volatile. + - The immediate goal of development is formation of the stable API and the stable internal database format, which allows realise all planned features. + - Planned features: Integrity check by Merkle tree, Support for raw block devices, Separate place for large data items, Using "roaring bitmaps" for garbage collector, Non-linear page reclaiming, Asynchronous lazy data flush to disk(s), etc. + +----- Nowadays MDBX intended for Linux and support Windows (since Windows Server 2008) as complementary platform. Support for