Optimize FirstUniqueStrings and FirstUniquePaths
FirstUniquePaths is called on some long lists where the O(n^2) behavior is problematic. Use a map-based implementation for longer lists. Test: TestFirstUniqueStrings Change-Id: I7181aba869e5ccc0f99c2fa7b8f03839f06e4307
Loading
Please register or sign in to comment