Aug 29, 2011
0
0
Immutable collections with mutable performance
In my last post, I detailed the differences among read/write, read only, frozen and immutable collection types. I described how immutable collections come with a hit to the garbage collector due to the garbage they generate during mutations. I have a very positive update on that topic. My previous implementation for the immutable col...