Closed wupengcheng6819 closed 11 months ago
How can I adapt the repo such that it can suffix sort a binary file (byte-wise)?
I can't really answer this without actually doing it, sorry. I would change the types to &[u8] and fix the fallout of that.
&[u8]
How can I adapt the repo such that it can suffix sort a binary file (byte-wise)?