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-11-20 16:39:42 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-11-20 16:39:42 +0300
commit9e315f74277f3bd9ccf7db0d17e6a991b0afbe46 (patch)
tree3977d6e22ce9dc3a5588af8c7374675b1f68814e /release_notes.md
parent0ce61e39f792755161930a895ab60375c429befe (diff)
upd
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/release_notes.md b/release_notes.md
index a794983c..41dcc5cb 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -183,15 +183,18 @@ Todo to reach feature parity with AFIO v1:
| | | | `symlink_handle`.
| | | | BSD and OS X kqueues optimised `io_service`
-Todo thereafter:
+Todo thereafter in order of priority:
| NEW in v2 | Windows | POSIX | |
| --------- | --------| ----- | --- |
-| ✔ | | | Extended attributes support.
+| ✔ | | | `std::pmr::memory_resource` adapting a file backing.
+| ✔ | | | `afio::algorithm::vector<T>` with constant time reallocation if `T` is trivially copyable.
+| ✔ | | | Some algorithm primitive for intelligently resizing a typed view or vector.
| ✔ | | | Linux KAIO support for native non-blocking `O_DIRECT` i/o
| ✔ | | | Reliable directory hierarchy deletion algorithm.
| ✔ | | | Reliable directory hierarchy copy algorithm.
| ✔ | | | Reliable directory hierarchy update (two and three way) algorithm.
+| ✔ | | | Extended attributes support.
| ✔ | | | Algorithm to replace all duplicate content with hard links.
| ✔ | | | Algorithm to figure out all paths for a hard linked inode.
| ✔ | | | Algorithm to compare two or three directory enumerations and give differences. Probably blocked on the Ranges TS.