]> err.no Git - dpkg/commit
Increased the speed of convert_string() by a factor of 2, by storing the
authorAdam Heath <doogie@debian.org>
Tue, 26 Dec 2000 10:37:27 +0000 (10:37 +0000)
committerAdam Heath <doogie@debian.org>
Tue, 26 Dec 2000 10:37:27 +0000 (10:37 +0000)
commitc91a301f0fc238c9914ad8c1865233b209145bb3
treea1cd20ea6430ef8b73034e457dd34eaabb555509
parent7ee37d200866e7247346246527ee993603232352
Increased the speed of convert_string() by a factor of 2, by storing the
length of each string inside the struct(this function is used to convert
strings into integer values).

This is the first speedup discovered by using gprof.
ChangeLog
include/dpkg-db.h
lib/fields.c
lib/parsehelp.c