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
* Replace `array` with `listArray` so we don't need to allocate
`(index, element)` pairs.
* Return -1 from the binary search when the key is not found to avoid
`Just` allocations
graphFromEdges benchmarks show reduced allocations by 18-39% and reduced
time by 3-35%.
0 commit comments