|
Ran
|
Jobs
2
|
Files
95
|
Run time
246min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/Instagram/IGListKit/commit/c617b18eb">Move the DEBUG uniqueness check outside of for-loop inside IGListAdapter Summary: The original DEBUG was put inside a for loop, which caused a quadratic looping while creating bigger and bigger NSSet. This is very inefficient and I verified that by profiling with 10000 objects in the array and it caused significant amount of CPU. The main thread is pretty much unresponsive. Closes https://github.com/Instagram/IGListKit/pull/1084 Reviewed By: rnystrom Differential Revision: D6903043 Pulled By: lorixx fbshipit-source-id: </a><a class="double-link" href="https://github.com/Instagram/IGListKit/commit/311e8a402">311e8a402</a>
11990 of 12330 relevant lines covered (97.24%)
564.27 hits per line