WillAyd commented on PR #45272: URL: https://github.com/apache/arrow/pull/45272#issuecomment-3063710221
Still need to figure out the binary view test regressions, but in the meantime I am happy to report that performance looks much improved: ```python In [3]: >>> arr1 = pa.array([list("abc"), list("def"), list("xyz")] * 1_000_000) ...: >>> arr2 = pa.array([list("abc"), list("def"), list("xyzz")] * 1_000_000) ...: >>> %timeit pc.equal(arr1, arr2) 48.2 ms ± 213 μs per loop (mean ± std. dev. of 7 runs, 10 loops each) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org