taglib/toolkit
Scott Wheeler 15d3c3c71a Several optimizations that came from KCacheGrind / calltree fun.
Basically they fall into the categories:
- Don't convert things before you need to
- When you do, use more effecient copy constructors / assignment operators
  (i.e. when copying prefer memcpy to a for loop and when that's not possible
  use an iterator instead of operator[])


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@301896 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
2004-04-07 06:00:05 +00:00
..
Makefile.am This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
taglib.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tbytevector.cpp Several optimizations that came from KCacheGrind / calltree fun. 2004-04-07 06:00:05 +00:00
tbytevector.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tbytevectorlist.cpp Fixed problem with TagLib reading 1 byte fields in ID3v2 tags. 2004-02-17 02:11:05 +00:00
tbytevectorlist.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tdebug.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tdebug.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tfile.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tfile.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tlist.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tlist.tcc This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tmap.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tmap.tcc This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tstring.cpp Several optimizations that came from KCacheGrind / calltree fun. 2004-04-07 06:00:05 +00:00
tstring.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tstringlist.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
tstringlist.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
unicode.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
unicode.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00