Benchmark name | When Created |
---|---|
for vs foreach vs for..of vs for..of over entries with big number of elements
Compare loop performance |
5 months ago |
Custom Build Query 3 | 5 months ago |
Custom Build Query 2 | 5 months ago |
Custom Build Query | 5 months ago |
check if stirng is blank
check if a string is blank or not regex vs trim |
5 months ago |
innerhtml-vs-textcontent | 5 months ago |
Proxy function invocation - apply vs reflect | 5 months ago |
check placeholder in string
Test check placeholder in string, for avoid a place holder is injected into log |
5 months ago |
lodash sortBy vs native sort | 5 months ago |
hash-wasm vs Web Crypto API | 5 months ago |
Obj.is vs JSON.stringify | 5 months 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. |
5 months ago |
Test string concat | 5 months ago |
Builder pattern extend | 5 months ago |
Builder pattern b | 5 months ago |
Builder pattern | 5 months ago |
Multiply using Decimal.js vs Multiply using native numbers with Math.pow to 10 decimals | 5 months 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. |
5 months ago |
lodash hasIn vs get | 5 months ago |
Comparing response.json() and JSON.parse(response.text()) | 5 months ago |
direct vs indirect var return | 5 months ago |
Roman_Var_In_Loop
to var or not to var in loop |
5 months 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 |
5 months 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 |
5 months ago |
JQuery: selector vs filter vs filter+filter
find the best solution for optimize getting selected option |
5 months ago |