Oh, and another ting. For small collections, conve...
# tornadofx
e
Oh, and another ting. For small collections, converting to a
Sequence
before iterating could actually be detrimental to performance. Using immediate operations allow the CPU to utilize it's cache and as well as other optimizations like prefetching.