From 60965da727d7447b4724e64083e0d939764b1336 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Mon, 18 Sep 2017 01:06:59 +0100 Subject: Added a new free function construct() through which handle implementations register their static constructor functions. Added a new algorithm adapting any handle implementation to cache its parent handle in a process wide registry. --- Readme.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index bcd47f3d..d125dbb7 100644 --- a/Readme.md +++ b/Readme.md @@ -6,12 +6,6 @@ Tarballs of source and prebuilt binaries for Linux x64 and Windows x64: http://m ### Immediate todos in order of priority: -- [ ] Make some system for registering static constructors - - Then make the random_X and temp_X implementations common - - Then add a sibling_X() -- [ ] Make a templated file handle adapter which keeps a `shared_ptr` -for the parent of the inode, thus making race free operations much quicker and -reliable but at the cost of construction time. - [ ] `atomic_append` isn't actually being tested in shared_fs_mutex - [ ] 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 -- cgit v1.2.3