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 /Readme.md
parent0ce61e39f792755161930a895ab60375c429befe (diff)
upd
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.