Description
In a number of places, BKDWriter tries to find the first mismatching byte between multiple arrays with a for loop. It could use the safer FutureArrays#mismatch instead.
Attachments
Issue Links
- links to
In a number of places, BKDWriter tries to find the first mismatching byte between multiple arrays with a for loop. It could use the safer FutureArrays#mismatch instead.