1058 Views
Ben Nadel attempts to codify a pattern that he's been starting to use a lot more: wrapping an immutable collection of data inside another collection such that the wrapper collection can be optimized for local consumption (such as when filtering and sorting a result-set).
0 comments