Files
doomemacs/core
Henrik Lissner 66d06261aa perf(lib): factor seq out of fn! & bake in lookup table
A little more time and space gained by cutting out seq entirely and
pre-generating the argument lookup table. At least, in uncompiled use
cases.

The original implementation used regexp to lookup arguments, which
was (relatively) expensive. By comparison, using `assq` is *much*
faster, especially for datasets this small; and more so when I get
around to byte-compiling Doom's core (assq has its own byte-compiler
opcode).
2022-06-21 23:27:19 +02:00
..
2022-06-17 18:21:23 +02:00
2022-06-18 16:54:45 +02:00
2022-06-18 16:54:45 +02:00
2022-06-18 16:54:45 +02:00
2022-06-17 18:21:23 +02:00