Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingmuch committed Sep 2, 2008
1 parent b6ad26d commit 7d4b962
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lib/Data/Stream/Bulk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,29 @@ L<Parallel::Iterator>
L<http://en.wikipedia.org/wiki/MapReduce>, LISP, and all that other kool aid
=head1 TODO
=over 4
=item Sorted streams
Add a hint for sorted streams (like C<loaded> but as an attribute in the base
role).
Introduce a C<merge> operation for merging of sorted streams.
Optimize C<unique> to make use of sorting hints for constant space uniquing.
=item More utility functions
To assist in proccessing and creating streams.
=item Coercion tables
L<Moose::Util::TypeConstraints>
=back
=head1 VERSION CONTROL
This module is maintained using Darcs. You can get the latest version from
Expand Down

0 comments on commit 7d4b962

Please sign in to comment.