Benchmark name When Created
structuredClone test with large data v2

compare clone methods

one year ago
structuredClone test with large data

compare clone methods

one year ago
|| vs some one year ago
indexOf vs split for finding sub string

testing speed

one year ago
Maping numeric vs f32 vs f64 with add

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.

one year ago
приведения к числу и строке в или выражении 3 one year ago
Deep merge lodash vs ramda vs Immutable with multiple objects one year ago
Deep merge lodash vs ramda vs deepmerge vs Immutable one year ago
Children vs QuerySelectorALL

Children vs QuerySelectorALL

one year ago
merge preformance compare 3 one year ago
merge preformance compare 2 one year ago
merge preformance compare one year ago
Getter / Setter vs Proxy vs Class getter aleynikovsa one year ago
switch case vs object (string as key) one year ago
switch case vs object one year ago
test simple parse string to number one year ago
one intersectionObserver per one element vs one interactionObservers on many elements one year ago
Array.fill vs Array.from with dyamnic data one year ago
one intersectionObserver per one element vs one interactionObservers on many elements one year ago
Moment vs Date.parse one year ago
Lodash.get vs native with optional chaining one year ago
flatMap/reduce/loop one year ago
Lodash clone deep object array vs string array

Compares performance of deep cloning an array of objects vs an array of strings with Lodash cloneDeep.

one year ago
Javascript classList.contains vs element.matches vs classList.some vs className one year ago
for w/length constant vs foreach vs some vs for..of

Compare loop performance

one year ago

 Create Your benchmarks


;