Benchmark name When Created
Create text node v2 an hour ago
Create text node an hour ago
stage1 collect varients v2 an hour ago
stage1 collect varients an hour ago
comparing array creation 2 hours ago
chain of or equals vs includes (2 object items)

how much of a performance deficit you can expect from using Array.includes instead of manually writing a chain of logical ORs

9 hours ago
Spread with map vs Array.from() 10 hours ago
isArray vs nullish coalesce + length check

Array.isArray vs array.length > 0

10 hours ago
document getElementsByTagName vs querySelectorAll 11 hours ago
jquery $(querySelectorAll) vs $(".class") 14 hours ago
includes vs. word starts with

Searching for a substring: check whether it appears anywhere in a source string, or whether it appears at the start of a word within the source string

16 hours ago
Canvas context2d: Image vs ImageBitmap vs Canvas (with clear canvas and alpha true) 19 hours ago
Canvas context2d: Image vs ImageBitmap vs Canvas (with clear canvas) 19 hours ago
Canvas context2d: Image vs ImageBitmap vs Canvas (new new) 19 hours ago
Canvas context2d: Image vs ImageBitmap vs Canvas (new) 19 hours ago
ttessttt 20 hours ago
Canvas context2d: Image vs ImageBitmap vs Canvas 21 hours ago
Array vs TypedArray vs f32 write performance 23 hours ago
Switch vs map first value 23 hours ago
Bench fast-json-patch vs jsondiffpatch vs rfc6902 yesterday
for-in vs object.keys for checking empty yesterday
lodash uniq vs set (fork 12) 2 days ago
flatMap() vs filter().map() vs reduce() push vs reduce() spread

flatMap vs filter map vs reduce()

2 days ago
String replace using regex vs string (2) 2 days ago
Array item swapping, destructuring vs temp variable (throwaway destructuring)

Array destructuring vs temp variable use in array item swapping

2 days ago

 Create Your benchmarks