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>2018-08-31 12:00:03 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-08-31 12:00:03 +0300
commite3e0c946b7bcfd9a331fb76cd5e7317d1b38be99 (patch)
tree4526f9b75b0d068a3ed16a12d48869cae22ea801 /release_notes.md
parent011874565dbbd95680ffbc7db8b250593760376b (diff)
Add large, huge and massive page support, for Windows. POSIX support is coming.
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 dd1b5145..6b960be9 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -150,8 +150,9 @@ Todo:
| ✔ | ✔ | ✔ | `shared_fs_mutex` shared/exclusive entities locking based on safe byte ranges
| | ✔ | ✔ | Set random or sequential i/o (prefetch).
| ✔ | ✔ | ✔ | i/o on `async_file_handle` is coroutines awaitable.
-| ✔ | ✔ | | `llfio::algorithm::trivial_vector<T>` with constant time reallocation if `T` is trivially copyable.
+| ✔ | ✔ | ✔ | `llfio::algorithm::trivial_vector<T>` with constant time reallocation if `T` is trivially copyable.
| | ✔ | ✔ | `symlink_handle`.
+| ✔ | ✔ | ✔ | Large, huge and massive page size support for memory allocation and (POSIX only) file maps.
Todo thereafter in order of priority: