Browse the latest JavaScript performance benchmarks created by the community.
Lookup of map vs object
nya nya nya
No description provided
F
No description provided
performance comparison of ways to find if an array contains a value
No description provided
Test on isEqual performance
Test on isEqual performance
some vs for...of
for + for or reduce
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits.
asd asd asd asd asd
without PENDING
No description provided
No description provided
No description provided
test branching or no branching
Performance comparison of 5 functions to get Cookie value from a document.cookie string.
compares ways of sorting a list of dates in the form of ISO dates
Testing the difference between native loops and find() with a bigger array of 10,001 elements :) Fixed bug in the original test forked from: https://www.measurethat.net/Benchmarks/Show/4261/0/find-vs-forof-vs-for-loop (node.id is undefined in find() test)
another attempt
No description provided
No description provided
Fastest way to list children