Skip to content

Commit

Permalink
Version has been changed to 0.0.3. Readme is modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDenisov committed Jun 16, 2012
1 parent dcd9f00 commit 592ecc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
suffixarray
===========

Effective implementation of suffix arrays for Haskell.
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.
2 changes: 1 addition & 1 deletion suffixarray.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: suffixarray
Version: 1.0
Version: 0.0.3
Description: n log n implementation of suffux array.
License: GPL
License-file: LICENSE
Expand Down

0 comments on commit 592ecc8

Please sign in to comment.