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:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index f5e22c3d..11ffa096 100644
--- a/Readme.md
+++ b/Readme.md
@@ -88,6 +88,10 @@ is named FS + device e.g.
### Algorithms library `AFIO_V2_NAMESPACE::algorithm` todo:
+- [ ] Add `vector<T>` which adapts a `mapped_view<T>`.
+- [ ] Add some primitive which intelligently copies/moves between views and vectors.
+Specifically, if resizing, if type is trivially copyable, skip memory copying during
+resize via remapping.
- [ ] Add an intelligent on demand memory mapper:
- Use one-two-three level page system, so 4Kb/2Mb/1Gb. Files under 2Mb need just
one indirection.