Posts
-
Chains, Buckets, and Iteration
Published:Why does it matter what types of iterators we have? Because it dictates how code can be written and how well code performs. Our iterators constrain what kinds of abstractions we can put around our data structures. Without nuance in our iterators, we can run into a "slowest common performance" problem when we try to make generalized libraries and solutions.