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>2016-08-17 22:40:17 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-17 22:40:17 +0300
commitfbb6c6d1d60dacf54567135daae9eaed7565ee71 (patch)
treec4a4658d3d9ca1f8837c68b127b5fa559e0b6131 /release_notes.md
parentecf122c5c6a33f84a85c75bcfa2e220d5943efec (diff)
upd
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_notes.md b/release_notes.md
index ca66fa8e..ecf70ccf 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -39,6 +39,7 @@ on `result<T>` especially, almost every AFIO v2 API returns one of those.
| ✔ | | Dependency on ASIO/Networking TS removed completely.
| ✔ | | Three choices of algorithm implementing a shared filing system mutex.
| ✔ | | Uses CMake, CTest, CDash and CPack with automatic usage of C++ Modules or precompiled headers where available.
+| ✔ | | Far more comprehensive memory map and virtual memory facilities.
| P | | New multithreaded kernel based testing infrastructure based on LLVM which can permute/fuzz/<b>edge</b> coverage/mock each test kernel with choices of asan/lsan/msan/ubsan/none sanitisation. This new test infrastructure should make possible eventual <b>formal proof</b> that AFIO's implementation is mathematically correct.
@@ -62,6 +63,6 @@ on `result<T>` especially, almost every AFIO v2 API returns one of those.
| ✔ | ✔ | P | Byte range shared/exclusive locking.
| ✔ | ✔ | P | `shared_fs_mutex` shared/exclusive entities locking based on byte ranges
| ✔ | ✔ | P | `shared_fs_mutex` shared/exclusive entities locking based on atomic append
-| | P | P | Memory mapped files (`mapped_file_handle`)
+| | ✔ | P | Memory mapped files and virtual memory management (`section_handle` and `map_handle`)
| ✔ | P | P | `shared_fs_mutex` shared/exclusive entities locking based on memory maps