On Thursday, January 14, 2021 2:09 PM, Erik Winkels
Anyway, for now the startup time is good enough.
FWIW, loading :asdf alone is faster than I previously thought. With the compiler already loaded (require :cmp), I get (on Sailfish with 32bit ECL):
(time (require :asdf))
;;; Loading #P"/usr/lib/ecl-20.4.24/asdf.fas" real time : 0.968 secs run time : 0.950 secs gc count : 10 times consed : 18966096 bytes ("ASDF" "asdf" "UIOP" "uiop")
Which seems good enough.
Paul