Revision 552196

Go back to digest for 18th June 2006

Optimization in Other

Scott Wheeler committed changes in /trunk/kdesupport/taglib/toolkit:

A couple more optimizations for splitting vectors. One of them makes search
faster in the simple case (no need for Boyer-Moore for a one-character search)
and append a null vector rather than instantiating a new one when we find empty
fields.

This gets the reading time down to 6 seconds here for the reported bug, which
still isn't great, but it's starting to get close to acceptable. I'll see if I
can get it a little tighter...

BUG:122183

File Changes

Modified 2 files
  • /trunk/kdesupport/taglib/toolkit
  •   /tbytevector.cpp
  •   /tbytevectorlist.cpp
2 files changed in total