Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-18 03:06:59 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-18 03:06:59 +0300
commit60965da727d7447b4724e64083e0d939764b1336 (patch)
treed564f89fa73230ddb2b92730c7ea8aab9d43425e /Readme.md
parenta8fd33814a0e858621940d3f91a82457b73e0a53 (diff)
Added a new free function construct<T>() 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.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md6
1 files changed, 0 insertions, 6 deletions
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<directory_handle>`
-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