Benchmark name When Created
css-before-after-content-or-multiple-dom-elements

When dealing with large dynamic lists of dom elements that tend to have something before or something after, is it faster to construct multiple dom elements or utilize :before / :after selectors with content

8 years ago
attribute access 8 years ago
Class search 8 years ago
Temp obj or in check

Is it faster to test if an object contains a sub-object before looking up keys on it, or substituting an empty object in a falsy check

8 years ago
tagname vs classname 8 years ago
prepend 8 years ago
concat vs push 8 years ago
concat vs push 8 years ago
prepend 8 years ago
forEach vs map

Sorry no Advertising for you

8 years ago
find id (v2)

Using UBW code

8 years ago
Get elements by class: jQuery vs querySelectorAll vs getElementsByClassName (jQuery 1.x)

Compare various methods of obtaining a group of elements identified by class name

8 years ago
jQuery by id vs Document.getElementById (jQuery 3.x)

Comparing speed of getting element by id with jQuery vs Vanilla JS

8 years ago
jQuery by id vs Document.getElementById (jQuery 1.x)

Comparing speed of getting element by id with jQuery vs Vanilla JS

8 years ago
mustache rendering performance

nya nya nya

8 years ago
Jquery function performance

Jquery event on.change() with anonymous function vs function

8 years ago
Remove by splice vs copyWithin vs filter

Deletion of an element from an array.

8 years ago
Remove by splice vs copyWithin vs filter

Deletion of an element from an array.

8 years ago
Remove by splice vs copyWithin

In-place deletion of an element from an array.

8 years ago
find id 8 years ago
last-child 8 years ago
FizzBuzzWoof 8 years ago
new object proto 8 years ago
prototype function 8 years ago
prototype function 8 years ago

 Create Your benchmarks