stringbench
stringbench copied to clipboard
String matching algorithm benchmark
Results
1
stringbench issues
Sort by
recently updated
recently updated
newest added
Currently the naive algorithm seems to perform quite well for large alphabets and small patterns. There are some reasons for that: - small patterns means that backtracking cost is low...