Cursorless DFA compilation has slowed down in the past year. Here are the two major culprits: - https://github.com/cursorless-dev/cursorless/pull/2050 - https://github.com/cursorless-dev/cursorless/pull/1637 We should figure out how to mitigate these slowdowns To try for https://github.com/cursorless-dev/cursorless/pull/1637: - [x] Comment out https://github.com/cursorless-dev/cursorless/pull/1637/files#diff-9cbdeabb002e18cf9f64d3ca24e45b18e4d7433d5dc29abbf4f96df1f72609ecR81 - [x] Comment out https://github.com/cursorless-dev/cursorless/pull/1637/files#diff-ad70c9f7733ed465149fcdfe7b4b2a300c71938633e4896dc05f90d92c992fe3R2 (and in other talon file) - [ ] Comment out https://github.com/cursorless-dev/cursorless/pull/1637/files#diff-ad70c9f7733ed465149fcdfe7b4b2a300c71938633e4896dc05f90d92c992fe3R1 (and in other talon file)
Cursorless DFA compilation has slowed down in the past year. Here are the two major culprits:
We should figure out how to mitigate these slowdowns
To try for #1637: