You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reduces the number of vertices explored during graph solving.
typing_1.ml: 143,845 to 135,298 vertices (6% reduction)
slow_1.rs: 1,011,157 to 967,941 vertices (4% reduction)
Instruction count changes are negligible (typing_1.ml is marginally
worse, slow_1.rs is slightly improved), but wall time
is down proportionately to vertex count.
0 commit comments