emptybutton/Act

Optimize cursor parameter initialization

emptybutton opened this issue · 0 comments

After each step of cursor generation, it constantly validates and sorts its parameters, which is very slow, while entering parameters into a cursor is completely isolated.

Head-on solution: add an initialization mode with a different cursor, optimizing sorting and checking in one cycle.