Package: mime-codecs Version: 7.19-6 Severity: minor Hello,
I noticed that the base64-encode tool is really slow. It does not go over 10MB/s on my P4 machine while the Perl implementation is very close to 30MB/s. Tested with: cat /mnt/c/pagefile.sys | cpipe -vt | perl -M"MIME::Base64" -ne 'print encode_base64($_)' > /dev/null vs. cat /mnt/c/pagefile.sys | cpipe -vt | base64-encode > /dev/null The VFS cache was full from previous reads in both cases, so it is not the bottle neck. Regads, Eduard. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.4 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages mime-codecs depends on: ii libc6 2.3.5-4 GNU C Library: Shared libraries an mime-codecs recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

