From 5d87110ffb26e809d14d0caed10c15b12959179f Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 12 Sep 2017 00:54:04 +0100 Subject: Toy key value store now used mapped_file_handle for inserts too. Performance is amazing. --- Readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index e30f097b..ff91b218 100644 --- a/Readme.md +++ b/Readme.md @@ -6,13 +6,9 @@ Tarballs of source and prebuilt binaries for Linux x64 and Windows x64: http://m ### Immediate todos in order of priority: +- [ ] Coroutines TS support for `async_file_handle` as soon as MSVC can compile AFIO again. - [ ] `atomic_append` isn't actually being tested in shared_fs_mutex -- [ ] Implement the long planned ACID key-value BLOB store -with a very simple engine based on atomic renames and send it to Boost for peer review. - - You may need compression, https://github.com/johnezang/pithy looks easily convertible -into header-only C++ and has a snappy-like performance to compression ratio. Make sure -you merge the bug fixes from the forks first. - +- [ ] Implement a non-toy ACID key-value BLOB store and send it to Boost for peer review. - [ ] All time based kernel tests need to use soak test based API and auto adjust to valgrind. - [ ] In DEBUG builds, have io_handle always not fill buffers passed to remind @@ -181,6 +177,9 @@ into a single file, then update the map in a single shot, then hole punch all th other small files. - Live resizing the open hash map I think is impossible however unless we use that atomic swapping design. +- You may need compression, https://github.com/johnezang/pithy looks easily convertible +into header-only C++ and has a snappy-like performance to compression ratio. Make sure +you merge the bug fixes from the forks first. ## Commits and tags in this git repository can be verified using:
-- 
cgit v1.2.3