Latest Benchmarks

Browse the latest JavaScript performance benchmarks created by the community.

JQuery: compare find select from div

find best solution for getting checkbox

Lodash cloneDeep vs clone vs spread

No description provided

JQuery: text vs html

compare speed for adding text to element

querySelectorAll: id vs tag vs class

test which selector is better for find element

JQuery: test find by tag vs find by class for non-document element

check which selector is better for non-document element

Replace with regex or replace

No description provided

Math.pow(x,0.25) vs Math.sqrt(sqrt(x))

No description provided

Array.from vs Spread Performance

No description provided

for...in vs Object.keys

No description provided

POJO hash table vs Map

Benchmark of various iteration and diffing strategies over a plain JavaScript-object-as-hash-table vs the ES6 Map data structure

Test speed for create of JQuery object v2

Test speed for create of JQuery object from string

$find by tag vs $ by tag vs find by tag

testing two solution for get parameter

$.each vs for...of with Object.getOwnPropertyNames() for object

Compare iterating through object with 1000 properties

$.each vs Array.forEach

compare iteration for array with 1000 elements

$.each vs for...in for object

compare which cycle is better for iterate through object properties

JQuery each vs for ... of for array

compare which solution is better for array with 100 element

document vs. var for document

No description provided

JQuery: parseHTML vs without parse

Test speed for create of JQuery object

Empty Array 2

Compare standards methods for making an array empty.

JQuery: test prepare div block with content and attribute (10 elements)

Test two approach for preparing div block with content (but for 100 elements)

querySelector vs querySelector + cache using Map2

No description provided

map filter vs RegExp without console.log

No description provided

map filter vs RegExp

No description provided

JQuery: test prepare div block with content and attribute (2 element)

Test two approach for preparing div block with content (but for two elements)

JQuery: test prepare div block with content and attribute

Test two approach for preparing div block with content