From 73f4f6667cb61dd303ac0f3f1ed4979401d1b428 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Tue, 6 Nov 2007 12:17:26 +0000 Subject: [PATCH] todo update [SVN r40833] --- todo.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/todo.txt b/todo.txt index c1e0df08..55102184 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,11 @@ +* Improve extension docs + +* Document sequence/convert + * Consider object equivalent of functions and algorithms (so you can do transform(iterators, deref()) with needing to put together a wrapper for deref). -* Make algorithms work with mutable data +* Make algorithms work with mutable data * Consider segmented sequence / algorithm support @@ -81,17 +85,17 @@ tosh: * Provide infinity-aware default implementation for Incrementable Sequences Thoughts: It would probably be cleaner to have infinity conceptually - orthogonal so there can be infinite Bidi/RA/Assoc Sequences. + orthogonal so there can be infinite Bidi/RA/Assoc Sequences. OTOH it complicates things in way that might not be worth it... -* Implement always_view/always with repetitive_view > +* Implement always_view/always with repetitive_view > semantics - using repetitive_view will for this purpose will be way too much overhead. ? Functional wrappers for intrinsics/algorithms. * Rewrite functional benchmark - + ========================================================== From the fusion review (please mark all done items):