As I read here (performance of $interpolate vs ng-repeat and one time binding) having the directive ng-repeat and use one-time binding is nearly equal in case of performance. Please correct me if this isn't right!
This means, that when using one-time binding on ng-repeat, the attribute track by doesn't add any value, right? Or does it actually help me in terms of performance, because ng-repeat otherwise still would generate an index at $$hashKey?