Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
No description provided
Compare loop performance
No description provided
modified version of `map-filter vs reduce` that switches the order of operations Original was not fair comparison as it mapped all iterations not just the ones that passed the filter * added for loop
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Compares slice, substr and substring to each other when there is only a start index
Compares slice, substr and substring to each other when there is only a start index
No description provided
No description provided
No description provided
Comparing performance of large object conversion
No description provided
Benchmarking uniq vs using a set and sort it. 2 arrays to an array with removed duplicates and sorted
Benchmarking joining 2 arrays, removing the duplicates and sorting the,