@cblake I entirely agree, B-trees are pretty awesome. When learning about Rust 
iterators I discovered that it's often faster to turn a container into a B-tree 
and then collect it into the starting container type than to operate directly 
on the initial container.

Reply via email to