Consider using lazy-require
#190
Closed
opened 6 years ago by sorawee
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I tried:
in
command.rkt
instead of simply(require "../render.rkt")
. This simple change consistently speeds upraco pollen reset
(and other commands that don't render) by 0.6s. I think there are a lot more low hanging fruit that we can find.I didn’t even know about
lazy-require
so I imagine you’re right.