Browse the latest JavaScript performance benchmarks created by the community.
No description provided
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
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,
Benchmarking the action to join 2 string arrays, remove the duplicates values (we have 4 in this test) and then sorting them.
Uniq returns a soted array removing duplicates. Let's compare with native sort and set.
No description provided
No description provided