Benchmark name When Created
Spread vs unshift sam 22 days ago
Map vs Object.entries

only on a small collection

22 days ago
Small Map vs Small Object.entries iteration

A simple test comparing javascript maps vs object.entries on a small collection of values

22 days ago
boolean not to number 22 days ago
Better set.has vs array.includes

It often does not make sense to just compare only includes vs has. If we can not create the Set beforehand to be reused, and we need to initialize it every time, it will probably deteriorate the performance and we are better off using just simple include most of the times.

22 days ago
getRelevantPositions2 22 days ago
getRelevantPositions 22 days ago
Comparison of date creation methods

new Date(value) new Date(dateString) new Date(year, monthIndex, day)

22 days ago
check for a single character

Testing some things

22 days ago
.startsWith vs .charAt vs .charCodeAt for single character

Testing some things

22 days ago
findIndex vs indexOf - JavaScript performance v2 22 days ago
UUID m21ethods 22 days ago
sdgdsdgswUUID methods 22 days ago
slice vs substr vs sdsgubstring (with no end index)

Compares slice, substr and substring to each other when there is only a start index

22 days ago
UUID meth2odss1 22 days ago
UUID methodss1 22 days ago
UUID methodsdgsdgs1 22 days ago
Lodash isEqual vs JSON stringify test 22 days ago
deep json spread vs flat 22 days ago
var vs let vs boolean vs string vs int 23 days ago
boolean-vs-number

compare !!number and number

23 days ago
Ramda groupby vs vanilla reduce 23 days ago
Ramda groupby 23 days ago
Lodash.get vs Lodash.property vs native vs native with optional chaining 23 days ago
Testing both ways to run conditions on getAttribute from a Node 23 days ago

 New benchmark Your benchmarks