Closed Havunen closed 2 years ago
improve this.matches function performance by converting indexof loop to Set (hashtable) has. O(n) to O(1) fixes: https://github.com/karma-runner/karma-jasmine/issues/302
:tada: This PR is included in version 5.0.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
improve this.matches function performance by converting indexof loop to Set (hashtable) has. O(n) to O(1) fixes: https://github.com/karma-runner/karma-jasmine/issues/302