aartaka / graven-image

Portability library for better interaction and debugging of a running Common Lisp image through text REPL.
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Speed up loading #21

Open aartaka opened 1 year ago

aartaka commented 1 year ago

Now that I've included Graven Image into my default config, ABCL takes 13+ seconds to start, with most of the time dedicated to Graven Image compilation. Is there any way to speed it up? How do ASDF/UIOP achieve instantaneous loading?