]> git.saurik.com Git - wxWidgets.git/commit
fixed wxHtmlParser::SkipCommentTag() to run the initial test in O(1) instead of O...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 22 Aug 2007 05:45:11 +0000 (05:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 22 Aug 2007 05:45:11 +0000 (05:45 +0000)
commit95ebbfe1fde88203a127f053fc8e6587db248f50
treeb15b587377893c4462d99a031c621e19d2e1a9d0
parent2d615fe9336b30558216af831eb52b598af336c9
fixed wxHtmlParser::SkipCommentTag() to run the initial test in O(1) instead of O(n) in UTF8 build, makes big difference for large HTML files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/html/htmlpars.cpp