Skip to content

hucsmn/libsais-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsais-rs

Rust bindings to libsais, a library for linear time suffix array, longest common prefix array and burrows wheeler transform construction based on induced sorting algorithm.

status: work in progress

todo:

  • high level abstractions
  • write documents
  • input size limit check
  • inplace bwt/unbwt
  • more tests on edge cases, e.g. sais32::sais text ~ 2 GiB
  • build script tweaks, based on benchmark
  • more platforms, e.g. aarch64, macos, cross compile (?)

About

rust bindings to libsais

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages