BurntSushi / suffix

Fast suffix arrays for Rust (with Unicode support).
The Unlicense
263 stars 30 forks source link

Suffix sort byte stream? (Not an issue) #22

Closed wupengcheng6819 closed 11 months ago

wupengcheng6819 commented 11 months ago

How can I adapt the repo such that it can suffix sort a binary file (byte-wise)?

BurntSushi commented 11 months ago

I can't really answer this without actually doing it, sorry. I would change the types to &[u8] and fix the fallout of that.