BurntSushi / suffix

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

Make the table member of SuffixTable COW. #3

Closed danieldk closed 8 years ago

danieldk commented 8 years ago

Ok, here is a first attempt :).

danieldk commented 8 years ago

For some reason the building for 1.3 failed :/.

Anyway, just a small update: I have been using this branch in conjunction with the memmap crate and it works great so far for larger dataset.

BurntSushi commented 8 years ago

@danieldk This looks great! The 1.3 build failure looks unrelated. I'll see about fixing that and then I'll push out a new release with this patch. Thanks!

BurntSushi commented 8 years ago

OK, I've uploaded suffix 0.4.0 to crates.io with this patch included! Thanks again!