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
The scoring for prepended elements was not being calculated correctly.
It needs to decrement the score by 0.000001 for each element. Previously
it was increasing the score, but because the base score was decreasing
the bug was not exposed.
Using Ruby 3.2.2, performance seems to be much improved, exposing this
bug.
0 commit comments