Benchmark name | When Created |
---|---|
Umbrella old vs Vanilla JS GetID Speed Test
Comparing speed of getting element by id with Umbrella vs Vanilla JS |
4 years ago |
filter-map vs reduce
modified version of `map-filter vs reduce` that switches the order of operations |
4 years ago |
Ternary vs Something | 4 years ago |
push vs create new and assign 2.0 | 4 years ago |
map-filter vs reduce | 4 years ago |
Umbrella vs Vanilla JS GetID Speed Test2
Comparing speed of getting element by id with jQuery vs Vanilla JS |
4 years ago |
Lodash.js vs Native Soryt/Min | 4 years ago |
Optional Chaining (babel) versus _.get lodash | 4 years ago |
element hide | 4 years ago |
Hide element | 4 years ago |
Sqrt vs Pow | 4 years ago |
js array push,spread,concat single item | 4 years ago |
TypedFastBitSet vs Set | 4 years ago |
testje | 4 years ago |
Two Arrays to Object #3
Array with keys and Array with values into Object. |
4 years ago |
push vs create new and assign
x.push(value) vs x = [...x, value]; |
4 years ago |
jQuery data VS jQuery attr data | 4 years ago |
twe1awe45as32d1aw6d45 | 4 years ago |
Ramda vs. Lodash (forked)
Compares performance on the same task using Lodash vs two styles of Ramda vs two styles of "native" Javascript. In all cases the task is pulling "counter" property from each item in an array, filtering out odd items, squaring them, then returning those squared values that have less than two digits. |
4 years ago |
forEach vs map large array | 4 years ago |
forEach vs map 4 | 4 years ago |
Regex vs .indexOf vs .substr3
Testing some things |
4 years ago |
Regex vs .indexOf vs .substr
Testing some things |
4 years ago |
find vs foreach large | 4 years ago |
Array.prototype.concat / spread operator
Compare the new ES6 spread operator with the traditional concat() method |
4 years ago |