diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-25 18:05:45 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-25 18:05:45 -0500 |
| commit | 5a739e8582e108492771d954e8fbfd01f3321ce1 (patch) | |
| tree | b1677cb8e239a3ce3eb670b4adf1b28e3d5efb6a /modules/external-open.el | |
| parent | f867f50d1675d5f9a251f7b5a2633d2eac3f0de7 (diff) | |
| download | dotemacs-5a739e8582e108492771d954e8fbfd01f3321ce1.tar.gz dotemacs-5a739e8582e108492771d954e8fbfd01f3321ce1.zip | |
perf(mousetrap): cache built keymaps per profile
mouse-trap--build-keymap ran on every major-mode hook and rebuilt the whole keymap (~8 prefixes by ~30 events) from scratch each time, so rapid mode-switching paid that cost over and over. I moved the build into mouse-trap--build-keymap-1 and cache its result in mouse-trap--keymap-cache, keyed on the profile name plus its allowed-categories list. The same profile reuses the cached keymap, and editing a profile's categories changes the key so it rebuilds.
Sharing one keymap object across buffers is safe here: the map only binds disallowed events to ignore and is never mutated after it's built. Added mouse-trap--clear-keymap-cache to force a fresh build after editing profiles by hand.
Diffstat (limited to 'modules/external-open.el')
0 files changed, 0 insertions, 0 deletions
