Benchmark name When Created
Regex construction vs execution

Compare literal and string construction of Regex with exec() leverage a pattern with and without captures.

11 months ago
Remove by findIndex+splice vs copyWithin vs filter

Deletion of an element from an array.

11 months ago
Batching

Batching strategy with yield benchmark

11 months ago
jQ vs vanilla 11 months ago
frozen and normal object 11 months ago
Array.length in loop VS Array.length out of loop 11 months ago
Find the fastest median

Fastest array median

11 months ago
Proxy object

Object vs Proxy

11 months ago
Array splice is slow 11 months ago
Object.create vs constructor 11 months ago
slice vs split vs substring (with start and end)

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

11 months ago
benchmark pow 11 months ago
bignumber.js vs. big.js vs. decimal.js in 2024-05-03

- https://github.com/MikeMcl/bignumber.js/tree/v9.0.0 - https://github.com/MikeMcl/big.js/tree/v5.2.2 - https://github.com/MikeMcl/decimal.js/tree/v10.2.0

11 months ago
lodash merge vs lodash/fp merge vs custom merge vs spread vs ramda merge 11 months ago
lodash merge vs lodash/fp merge vs custom merge vs spread 11 months ago
remove undefined from object. entries.filter vs for of vs for in 11 months ago
empty string 3

Different ways of checking if string is empty

11 months ago
for loops 2024-05-30

Test different loops

11 months ago
Array.from() vs new Array() vs []

Testing the difference between creating filled arrays.

11 months ago
test for of and flatMap one year ago
for of vs flatmap vs reduce 2 one year ago
for of vs flatmap vs reduce one year ago
date formatter libraries vs native one year ago
localCompare vs Intl.Collator one year ago
in vs hasOwn

Object lookup performance Comparing performance of: in vs hasOwn

one year ago

 Create Your benchmarks