GNOME Bugzilla – Bug 347276
StringView::trim() too slow
Last modified: 2006-07-12 05:02:11 UTC
The changes made to StringView::trim() utf8-friendly in 0.102 are very inefficient. trim() now takes up 50% of the time in DataImpl::load_headers(). Attached is a patch that lowers that to 10% of load_headers.
*** This bug has been marked as a duplicate of 347275 ***