add cache for last used position and string length to UTF-8 wxString, dramatically...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Aug 2008 19:19:11 +0000 (19:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Aug 2008 19:19:11 +0000 (19:19 +0000)
commit68482dc584054c65f2dee76def3927d338fc20a7
tree1be314c9f1e1fafeec515f1934c7328458d9ff5b
parent8fad8b2e523579570274d9a8ee561a038dec5cab
add cache for last used position and string length to UTF-8 wxString, dramatically improving performance of the code using indices to iterate over strings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/meta/movable.h
include/wx/string.h
src/common/string.cpp
src/common/unichar.cpp