/[debconf]
ViewVC logotype

Revision 482


Jump to revision: Previous Next
Author: joey
Date: Tue Jul 18 06:59:35 2000 UTC (12 years, 10 months ago)
Changed paths: 7
Log Message:
  * So we (culus, tausq, joeyh) did some benchmarking, and figured out how
    to speed up dpkg-preconfigure by about 3x. It turns out most of the
    existing overhead was in calls to dpkg-deb, which is slow, and in all
    the forking necessary to do said calls, which is also slow. So we moved
    the initial package scanning out into a C++ program which links to apt
    code and is quite fast. (Sadly, it's also quite big, and has bloated
    debconf by 30k and made it arch-dependent.) Anyway, I guess it's worth
    it to save a few seconds.

Not uploading yet, I want to sit on this at least overnight. Bod may yet
save us all ;-)

Changed paths:

Path Details
Directorydebconf-trunk/Client/dpkg-preconfigure modified , text changed , props changed
Directorydebconf-trunk/Makefile modified , text changed
Directorydebconf-trunk/debian/changelog modified , text changed
Directorydebconf-trunk/debian/control modified , text changed
Directorydebconf-trunk/debian/copyright modified , text changed
Directorydebconf-trunk/debian/rules modified , text changed , props changed
Directorydebconf-trunk/doc/introduction.xml modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.5