Ad
  • Custom User Avatar

    The reason why I created this kata is to show how a built in array function is slow when you use it one large arrays. If you are using that specific native function more than once, then it doesn't matter what you do in the rest of your code, it won't pass the test. The performance test works on an array with 1 million elements. Let me know if you need anymore help.