Benchmark name When Created
Property vs. attribute 6 years ago
Performance universal/wildcard selector (JS vs. jQuery vs. Zepto vs. Bliss vs. UmbrellaJs) 6 years ago
filter vs compact v555 6 years ago
filter vs compact v4444 6 years ago
clone vs json.pare json.stringify 6 years ago
Testytesty2 6 years ago
Object.assign vs spread operatora 6 years ago
lodash merge vs object.assign vs spread v2222 6 years ago
assigning undefined vs null 6 years ago
Maping numeric vs f32 vs f64

compare the map speed of an array of random true/false values compared to an ArrayBuffer with a uInt8 view of 0 or 1. The results are that the typed array is much much faster. There are two possible reasons I can think of for this. 1) JavaScript boolean type size of 4Bytes where as an element of a uInt8 array is actually 1Byte. 2) The ArrayBuffer is allocating contiguous memory resulting in a better cache hit ratio.

6 years ago
Performance : Object.assign vs Spread operator vs Vanilla 6 years ago
Object.assign vs spread operator vs vanilla 6 years ago
Setting Canvas Pixel with 1M iterations 6 years ago
Lodash Uniq vs Javascript Set 222 6 years ago
getElementById() vs jQuery(#id) 6 years ago
addClass JS vanilla vs JQuery 6 years ago
lodash with big object - 3 6 years ago
perf of lodash with big object 6 years ago
cached matchMedia 6 years ago
jQuery Ajax vs Get (Cloudflare cdn) 6 years ago
lo vs native 6 years ago
When use Immutable 6 years ago
Array.prototype.concat vs spread operator 3

Compare the new ES6 spread operator with the traditional concat() method

6 years ago
mathyyyy 6 years ago
Test kaakkaka 6 years ago

 Create Your benchmarks