red_black_tree icon indicating copy to clipboard operation
red_black_tree copied to clipboard

Stream Interface for Red Black Trees

Open santosh79 opened this issue 8 years ago • 0 comments

Hi Chris, Would it be super hard to build a Stream (lazy collection) interface to the Tree. It'll come super useful for stuff like filtering. Since to_list fully realizes the collection, that may not be appropriate for very large trees.

Just thought I'd throw it out there.

Best, Santosh

santosh79 avatar Jun 05 '16 05:06 santosh79