1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Sep 11, 2024 — Sep 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1st implementation of finding unique substrings More... about 1 year ago
More improvements to SuffixSimilarity (#23) More... about 1 year ago
Add recursive-lcp strategy More... about 1 year ago
Trying using more absolute scoring More... about 1 year ago
Add block lcp strategy More... about 1 year ago
Improve suffix similarity tool More... about 1 year ago
Further improvements to suffix sorting and similarity tool (#22) More... about 1 year ago
Allow it to compile with or without sort(region) More... about 1 year ago
Adjust SuffixSimilarity More... about 1 year ago
Add a different similarity mechanism More... about 1 year ago
Add LCP computation More... about 1 year ago
Switch to using region argument for sort instead of slices More... about 1 year ago
Fix up Chapel implementation of suffix sorting (#21) More... about 1 year ago
Add a program to estimate similarity with suffixes More... about 1 year ago
Add commented-out prototype code More... about 1 year ago
Add k flexibility, add num splitters not just per task More... about 1 year ago
sorted -> sortLevel in test More... about 1 year ago
Add top-level main for a benchmark More... about 1 year ago
Fix up suffix sorter More... about 1 year ago
Allow partially sorted More... about 1 year ago
Fix end-of-string handling for sample comparator More... about 1 year ago
Fix bugs, add more testing More... about 1 year ago
Improve suffix sorting code More... about 1 year ago
Fix extra check that splitters are sorted More... about 1 year ago
Partial impementation of splitters for suffix sort More... about 1 year ago
Add an extra check that splitters are sorted More... about 1 year ago
Add more difference cover tracing More... about 1 year ago
Fix a few problems with Partitioning, add more testing More... about 1 year ago
Rework sample computation, add testing More... about 1 year ago
Added partition in sortSampleOffsets More... about 1 year ago