Skip to content

izflare/SA-IS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA-IS

Description

This code is an implementation of a linear time/space suffix array construction algorithm, called SA-IS. This algorithm is proposed in the following paper:

Ge Nong, Sen Zhang, Wai Hong Chan: Linear Suffix Array Construction by Almost Pure Induced-Sorting. DCC 2009: 193-202.

Download

To clone the repository, call

git clone https://github.com/izflare/SA-IS.git

Compile

This code has been tested under linux compiling with rust (cargo) ver 1:1.30.1-1
After download the repository,

cd SA-IS
cargo build --release

Run

After compiling,

cd target/release
./sais --input <input>

then the tool run. <input> is your input text data file.
Elapsed time for running (just during constructing suffix array) and constructed suffix array will be displayed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages