Tag Archives: string

Copy-on-write string performance

Since I’ve started using Qt, I loved the “implicit sharing” concept it uses for it’s strings and container types. It become so much easier to pass these data around. I wasn’t aware that some STL implementations have copy-on-write semantics for … Continue reading

Posted in Programming | Tagged , , , , , , | Leave a comment