wxwidgets/tests/benchmarks/htmlparser
Vadim Zeitlin 6ea0589ed3 Remove unnecessary wxUSE_STL test from HTML parser benchmark
The same code can be used in STL and non-STL builds.
2023-04-09 02:33:22 +02:00
..
htmlpars.cpp Remove unnecessary wxUSE_STL test from HTML parser benchmark 2023-04-09 02:33:22 +02:00
htmlpars.h Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
htmltag.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmltag.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
README

This is a copy of wxWidgets 2.8's  wxHTML parser. Unlike the 2.9+ version, it
uses wxString::operator[] during parsing and so is perfect for testing
real-life performance of the new wxString class' operator[] caching.