--- Convert-UUlib/Changes 2020/12/11 20:27:00 1.78 +++ Convert-UUlib/Changes 2020/12/12 02:03:14 1.79 @@ -1,5 +1,7 @@ Revision history for Perl extension Convert::UUlib. +TODO: biggest timesinks: FP_fgets/getc_unlocked overall, UUInsertPartToList dominates large loads due to O(n**2) search + 04:59:03 schmorp: you may want to change the description on Convert-UUlib, because your bundled copy is now better maintained and has fewer security risks than upstreams :p 04:59:49 to the point I've been humoring the idea of cribbing its code and shipping it as a @@ -7,13 +9,16 @@ 06:51:00 kentnl: well, hmm, but change it to what, it still is an interface to "a" uulib library at least 06:52:26 Maybe "Convert to/from uuencoded data in C" or something like that. -TODO: UUInsertPartToList at uucheck.c:1172 main timesink now - - very minor code improvements. + - update large decoder example to disable OPT_AUTOCHK dn use Smerge -1. + - relatively minor speed increasses. + - reverse the order of file list items, which heuristically improves + match speed with large usenet file lists. - use getc instead of fgetc. - clean up FP _symbol names. - use feof_unlocked and ferror_unlocked. - implement a faster ascii-only strnicmp. + - misc very minor code improvements. 1.71 Tue Mar 17 00:54:06 CET 2020 - backport to c89 (patch by Paul Howarth).