stringsearchalgorithms
stringsearchalgorithms copied to clipboard
Better performance for regex implementation
Using the current regex implementation in https://github.com/almondtools/regexbench is very imperformant. It would be fine to find the reasons for this.
Seems that perfect hash maps are not that perfect. Check this and replace them if needed