Github user original-brownbear commented on the issue:
https://github.com/apache/spark/pull/19180
@srowen updated, we don't even need to break out via `wordMax > 0`, we can
just get the offsets from `other` and save one level of indirect in the second
loop by using `(Platform.getByte(rbase, roffset + i) & 0xFF)` :)--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
