Benchmark name | When Created |
---|---|
string-interpolation-vs-concatenation with two variables | one month ago |
querySelectorAll vs getElementsByTagName iteration v2 | one month ago |
En-To-Em Dash Regex | one month ago |
str.match vs str.Split v2
Test String.match with regex against String.split with string. We are splitting a string at the spaces. |
one month ago |
Object filtering by key v2
Compares different way to filter object |
one month ago |
Object filtering by key
Compares different way to filter object |
one month ago |
JS Array Clearing 2 | one month ago |
array vs Float64Array with floats (small array) | one month ago |
Array vs Float64Array performance (small array) | one month ago |
mod / & | one month ago |
transrorm template 3 | one month ago |
transrorm template 2 | one month ago |
Lodash partition VS native reduce (updated 2) | one month ago |
transrorm template | one month ago |
parsing html f324r | one month ago |
"decodeHTMLEntities" vs DOM Parser
This benchmark compares the "decodeHTMLEntities" function proposed by https://stackoverflow.com/questions/5796718/html-entity-decode and the solution via DOMParser. |
one month ago |
Lodash partition VS native reduce (updated) | one month ago |
Set vs array performace compare | one month ago |
index array vs cache indexed value | one month ago |
array copy set vs block vs per item | one month ago |
Object.defineProperty vs direct assignment | one month ago |
Math.abs versus two equality checks | one month ago |
big.js vs Fraction.js vs number-precision | one month ago |
Optional chaining vs Lodash.get with nullish coalescing
Forked from a previous comparison which made use of the lodash get's default parameter. The comparison wasn't fair because the vanilla JS wasn't adding a default value with nullish coalescing. |
one month ago |
for..of vs for vs flatMap | one month ago |