Benchmark name When Created
getElementById vs querySelector (class) 3 years ago
$.each vs for ... in for object

Test, which cycle work quicker for iterating through objec

3 years ago
Fastest way to check if array have an element returning true or false 3 years ago
Spread operator vs apply - jnslg

Compare the differing ways you can call a function with arbitrary arguments dynamically

3 years ago
Some vs. Filter vs. lodash findIndex 3 years ago
Lodash vs. Set Intersection vs Array intersection 3 3 years ago
Implicit string conversion

Literals, such as strings, numbers, and boolean values, have two representations within ECMAScript. Each of them can be created as either a value or an object. For example, a string value is created simply by saying var oString = 'some content';, while an equivalent string object is created by saying var oString = new String('some content');. Any properties and methods are defined on the string object, not the value. When you reference a property or method of a string value, the ECMAScript engine must implicitly create a new string object with the same value as your string, before running the method. This object is only used for that one request, and will be recreated next time you attempt to use a method of the string value.

3 years ago
for ... of vs Array.forEach vs for cycle

Compare how to quickly iterate through array

3 years ago
Array Intersection Comparison 3 years ago
lmao dude

lmao dude

3 years ago
Comparisons of performance for finding a value in an array

Comparing several different methods for finding an item in an array (assuming complex objects)

3 years ago
Diff empty array 3 years ago
Array merging 3 years ago
JavaScript concat vs spread 2020 3 years ago
lodash merge vs object.assign vs spread vs manual forEach for array merging 3 years ago
lodash merge vs object.assign vs spread vs manual forEach 3 years ago
last test sgaw 3 years ago
last test 3 years ago
$.each vs for cycle for array of object 2 3 years ago
$.each vs for cycle for array of object

Test which method work quicker for work with array

3 years ago
JQuery.grep vs Array.find

Compare how to find need element with different functions

3 years ago
JQuery: test find by class

Test find by class.

3 years ago
Test selector for checkbox3

Test which way is quicker for found checkbox

3 years ago
Test selector for checkbox2

Test which way is quicker for found checkbox

3 years ago
Test selector for checkbox

Test which way is quicker for found checkbox

3 years ago

 New benchmark Your benchmarks