Browse the latest JavaScript performance benchmarks created by the community.
No description provided
No description provided
asd
No description provided
asd
No description provided
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map
Test the performance of Array.find vs. Map.get, with various array sizes, and with/without conversion from array to map
Testing the difference between creating filled arrays.
Testing the difference between creating filled arrays.
No description provided
test performance of find versus some
No description provided
No description provided
Compares built in and bitwise operators. Specifically, toFixed(), toPrecision(), and Math.round(), and then bit shifting >> 0. In some cases, to places, so *100 and /100. Also tested floor() and trunc() versus the bit mask of |0 (bitwise or). The bitwise tests that are "signed" have the needed ternary statement, whereas the "UNsigned" versions do not.
includes vs regexp
No description provided
No description provided
No description provided
No description provided
No description provided
No description provided
Test String.match with regex against String.split with string. We are splitting a string at the spaces.
No description provided
Measuring which is faster