Benchmark name | When Created |
---|---|
Looping over an array
Compare loop performance |
4 years ago |
for vs foreach vs some vs for..of vs for cached
Compare loop performance |
4 years ago |
Array.prototype.concat vs spread operator - immutable push
Compare the new ES6 spread operator with the traditional concat() method and push |
4 years ago |
children vs find < in jQuery | 4 years ago |
React variable vs function for render
I have a question about the performance of generating anon-functions many times instead of simply defining variables to hold render rules. |
4 years ago |
asdasdds
asd |
4 years ago |
arr = [] or arr.length=0
test |
4 years ago |
Lodash vs Native vs For loop | 4 years ago |
HTML Text edit #3 | 4 years ago |
abcdcfg | 4 years ago |
length -1 vs last | 4 years ago |
vanilla vs jquery speed 2
nothing |
4 years ago |
test1113
nothing |
4 years ago |
test1112
nothing |
4 years ago |
test11146
nothing |
4 years ago |
test11145
nothing |
4 years ago |
test1114
nothing |
4 years ago |
test1123
nothing |
4 years ago |
test112
nothing |
4 years ago |
test111
nothing |
4 years ago |
Matrix 3x3 lib: impact of object type on functions optimization - different type of function argument - v1
Does the compiler determine that type of all created matrix-objects is the same? M3_0: matrix-object created in different places - see M3_0.new* functions. M3_1: matrix-object created by constructor - see M3_1 function. M3_2: matrix-object created in one place - see M3_2.newVal function. Affected functions: - mul_a() - setVal() - setCopy() Note: the time of creating matrix-objects is also included. |
4 years ago |
Matrix 3x3 lib: impact of object type on functions optimization - different type of function argument
Does the compiler determine that type of all created matrix-objects is the same? M3_0: matrix-object created in different places - see M3_0.new* functions. M3_1: matrix-object created by constructor - see M3_1 function. M3_2: matrix-object created in one place - see M3_2.newVal function. Affected functions: - mul_a() - setVal() - setCopy() Note: the time of creating matrix-objects is also included. |
4 years ago |
Test the speed of typeof vs. constructor | 4 years ago |
Lodash 3.10.1 Every vs Native Every | 4 years ago |
array assignment vs array fill | 4 years ago |