Closed lspgn closed 5 years ago
Replaces the function ComputeDiff which was not optimized at all and was resulting in a O(N^2) operation. With hash map, should be O(N). Also adds lib testing and benchmark.
Replaces the function ComputeDiff which was not optimized at all and was resulting in a O(N^2) operation. With hash map, should be O(N). Also adds lib testing and benchmark.