close
The Wayback Machine - https://web.archive.org/web/20201206012541/https://github.com/jwiegley/use-package/pull/822
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimization: constant folding for read-kbd-macro #822

Open
wants to merge 2 commits into
base: master
from

Conversation

@wcy123
Copy link

@wcy123 wcy123 commented Mar 20, 2020

to boost startup performance, it is better to avoid invoking
read-kbd-macro at run time which requires 'cl-lib.

it takes ~20ms to load cl-lib

to boost startup performance, it is better to avoid invoking
`read-kbd-macro` at run time which requires 'cl-lib.

it takes ~20ms to load cl-lib
@wcy123 wcy123 changed the title optimization: constand folding for read-kbd-macro optimization: constant folding for read-kbd-macro Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.