Tristam MacDonald wrote: > How do these perform in a multi-threaded scenario? At a glance, I would > guess these suffer from much the same problems as COW. I really don't know. But it can reduce amount of copying in COW, because chunks are smaller than whole string probably.