Benchmark name When Created
Fastest way to get hours from now 6 years ago
oobject clone 6 years ago
function+for-in vs Object.keys

Performance Benchmark of a Function with a for-in loop vs Object.keys

6 years ago
Callback vs Promise2 6 years ago
Concat vs Spread Push 6 years ago
Array.prototype.concat vs spread operator vs push spread

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

6 years ago
Mineaslidhfas

<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>

6 years ago
testing comparison 6 years ago
Maping BooleanArray vs uInt8 Array2 vs uint8 with bitMasking _2

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
Structification 6 years ago
Lodash cloneDeep vs JSON Clone (Large Object 2) 6 years ago
Lodash cloneDeep vs JSON Clone (Large Object) 6 years ago
Javascript concat vs concat with ES6 spread vs ES6 construction with ES6 spread 6 years ago
mustache rendering performance-fix

fix handlebars

6 years ago
mustache rendering performance test 6 years ago
for loop vs array find 6 years ago
Has Class Function

Determining which method to check if an element has a specific class.

6 years ago
NESTEST3 6 years ago
NESTEST2 6 years ago
Has Class With Cache

Determining which method to check if an element has a specific class.

6 years ago
Has Class

Determining which method to check if an element has a specific class.

6 years ago
reparsing jQuery speed test 6 years ago
.startsWith vs .charAt for single character v3

Testing some things

6 years ago
Filter-Map: Lodash vs Native 6 years ago
Get and Put image data on a canvas 6 years ago

 Create Your benchmarks


;