Closed Robadob closed 1 year ago
I don't think it impacts array messages (they have fixed allocation) or brute force (doesn't use buildIndex()).
buildIndex()
I added tests because it's quite the edge-case to hit this bug.
Closes #1054
P.S. The one line deletion is another use_glm compilation warning fix.
I don't think it impacts array messages (they have fixed allocation) or brute force (doesn't use
buildIndex()
).I added tests because it's quite the edge-case to hit this bug.
Closes #1054
P.S. The one line deletion is another use_glm compilation warning fix.