1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-21 07:34:05 +02:00
IntelliJ-IdeaVim/vim-engine
Alex Plate 1f1a8f3395
Avoid generation of the huge amount of sets during regex search
The tests shows that the depth of `epsilonVisited` is usually around 0-3, so there is no need to use the set. However, when the set is used, we have to make a new copy everytime we create a new `SimulationStackFrame`.
Now, the previous stack is reused.
2024-03-11 18:51:46 +02:00
..
src Avoid generation of the huge amount of sets during regex search 2024-03-11 18:51:46 +02:00
build.gradle.kts Bump org.mockito.kotlin:mockito-kotlin from 5.0.0 to 5.2.1 2024-02-28 16:01:23 +00:00
Evolution.md Add update to the evolution 2022-12-02 12:03:58 +02:00
gradle.properties Set up publishing of the vim-engine library 2023-07-20 16:50:14 +03:00