Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions SACA_Benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ All programs were compiled with gcc/g++ using '-O3 -fomit-frame-pointer -DNDEBUG


## Implementations ##
| Archon4r0 | kvark's sorting algorithm | http://forum.compression.ru/viewtopic.php?t=352 |
| Name | Description | URL |
|:------------|:------------------------------------|:--------------------------------------------------------------------|
| Archon4r0 | kvark's sorting algorithm | https://github.com/kvark/dark-archon |
| BPR | Bucket-Pointer Refinement algorithm | http://bibiserv.techfak.uni-bielefeld.de/bpr/ |
| DC | Difference-Cover algorithm (v = 32) | http://www.cs.helsinki.fi/juha.karkkainen/publications/cpm03.tar.gz |
| DS | Deep-Shallow sorting algorithm | http://www.mfn.unipmn.it/~manzini/lightweight/ |
| DS | Deep-Shallow sorting algorithm | https://people.unipmn.it/~manzini/papers/esa02.html |
| divsufsort1 | libdivsufsort version 1.2.3 | http://libdivsufsort.googlecode.com/ |
| divsufsort2 | libdivsufsort version 2.0.0 | http://libdivsufsort.googlecode.com/ |
| KA | Ko-Aluru algorithm | http://ko.pang.cn.googlepages.com/software2 |
| KS | Kärkkäinen-Sanders algorithm | http://www.mpi-inf.mpg.de/~sanders/programs/suffix/ |
| MSufSort3 | MSufSort version 3.1.1 beta | http://www.michael-maniscalco.com/msufsort.htm |
| KA | Ko-Aluru algorithm | https://lib.dr.iastate.edu/cs_techreports/218/ |
| KS | Kärkkäinen-Sanders algorithm | https://web.archive.org/web/20140813081249/http://people.mpi-inf.mpg.de/~sanders/programs/suffix/ |
| MSufSort3 | MSufSort version 3.1.1 beta | http://www.michael-maniscalco.com/download.htm |
| qsufsort | Larsson-Sadakane algorithm | http://www.larsson.dogma.net/research.html |
| sais | Induced Sorting algorithm | http://yuta.256.googlepages.com/sais |

Expand Down Expand Up @@ -518,4 +519,4 @@ All programs were compiled with gcc/g++ using '-O3 -fomit-frame-pointer -DNDEBUG
| Testfiles | 4194304 | 22.14 | 164.00 | 23.50 | **20.10** | 20.50 | 20.50 | 34.38 | 52.00 | 28.64 | 32.00 | 20.12 |
| The Gauntlet | 67050103 | 343.45 | 776.59 | 375.68 | 321.61 | 322.48 | 322.47 | 562.25 | 831.21 | 406.36 | 511.57 | **319.84** |
| _totals_ | 1289730704 | 6549.61 | 13756.69 | 7226.17 | 6169.20 | 6174.29 | 6174.28 | 10932.98 | 15987.88 | 7590.50 | 9839.93 | **6150.27** |
| _mean_ | - | 5.32 | 11.18 | 5.88 | 5.02 | 5.02 | 5.02 | 8.89 | 13.00 | 6.17 | 8.00 | **5.00** |
| _mean_ | - | 5.32 | 11.18 | 5.88 | 5.02 | 5.02 | 5.02 | 8.89 | 13.00 | 6.17 | 8.00 | **5.00** |