Benchmark name | When Created |
---|---|
Proxy function invocation - apply vs reflect | 6 days ago |
check placeholder in string
Test check placeholder in string, for avoid a place holder is injected into log |
7 days ago |
lodash sortBy vs native sort | 7 days ago |
hash-wasm vs Web Crypto API | 7 days ago |
Obj.is vs JSON.stringify | 7 days ago |
Set vs Object vs Map, Access gweqgewqgewqgewq
Compare the speed to retrieve a value from three data structures that can be used for boolean referencing; i.e. for mapping enabled settings. |
7 days ago |
Test string concat | 7 days ago |
Builder pattern extend | 7 days ago |
Builder pattern b | 7 days ago |
Builder pattern | 7 days ago |
Multiply using Decimal.js vs Multiply using native numbers with Math.pow to 10 decimals | 7 days ago |
Object.assign vs spread operator vs structured clone vs for loop copy vs JSON duplicate with fallbacks
This test is only intended to be used to test for getting a new reference to an object, not generating a deep clone of an object. Some of the methods used here generate a deep copy and some a shallow copy, but the intent is only to find the fastest method of getting a shallow copy where the key length is long and there are lots of keys. |
7 days ago |
lodash hasIn vs get | 7 days ago |
Comparing response.json() and JSON.parse(response.text()) | 7 days ago |
direct vs indirect var return | 7 days ago |
Roman_Var_In_Loop
to var or not to var in loop |
7 days ago |
slice vs substr vs substring (with no end index) 3
Compares slice, substr and substring to each other when there is only a start index |
7 days ago |
slice vs substr vs substring (with no end index) 2
Compares slice, substr and substring to each other when there is only a start index |
7 days ago |
JQuery: selector vs filter vs filter+filter
find the best solution for optimize getting selected option |
7 days ago |
[...array].sort vs array.toSorted | 7 days ago |
JS Date libraries 3 | 7 days ago |
getElementById vs QuerySelector nested element2 | 8 days ago |
Array foreach vs for..in | 8 days ago |
Search strategy generation loss | 8 days ago |
Array Pop vs setting array length -1
Comparing array pop vs setting array length |
8 days ago |