Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/quinnj/SuffixArrays.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Aug 2, 2014
2 parents 699af8b + fd41959 commit 25d11da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sa = suffixsort("banana")
sa.index # access the underlying sorted suffix array; returned indices are currently 0-based
```

This package is brand new (8/2/2014) and will probably go through some more iterating, but performance is already impressive being 10x faster than the Java `sais` implementation and about 1.3 the native C version.
This package is brand new (8/2/2014) and will probably go through some more iterating, but performance is already impressive being 10x faster than the Java `sais` implementation and about 1.3x slower than the native C version.

Convenient interface features are being planned to aid in doing fast substring search and other suffix array tricks. I'd also like to explore extensions to the core algorithm to leverage Julia's distributed arrays, parallelization, and UTF8/16/32 string handling capabilties.

Expand Down

0 comments on commit 25d11da

Please sign in to comment.