Skip to content

VictorDenisov/suffixarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suffixarray

Effective implementation of suffix arrays for Haskell. Current implementation is not optimal. It works n log(n), but the way it produces collections during calculation makes GC slow.

About

Effective implementation of suffix arrays for Haskell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published