Closed jaspersone closed 12 years ago
Something is wrong with the search performance time of the RK and KMP match algorithms on large files. They perform worse than brute force does on sampleOutput.txt.
We need to split the RKMatch function into two methods, so the inner loop of the rolling hash will be tighter.
Something is wrong with the search performance time of the RK and KMP match algorithms on large files. They perform worse than brute force does on sampleOutput.txt.