Browse Source
wxWidgets' UTF8 mode wasn't thread-safe, so we had to put mutex's on a bunch of string operations, which meant that we couldn't return references to strings. Now that we no longer use UTF8 mode anywhere (and the mutex's were removed long ago), using references is a big performance win in some places.6.0.7
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue