Test the performance of replace() vs substring() vs slice() when replacing a char at the beginning of a (in this case uri query-)string that may or may not be there.
Added the combined brackets[ ] + substr() method, since it's always the first char we wan't to pop off.
Inspired by https://jsperf.com/replace-or-substr.
Note: could not get 'let' and 'const' to work. Well, too bad...
Comparing performance of: if vs regex vs rexex2 vs regex3
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory
Test case name
Result
if
regex
rexex2
regex3
Fastest:N/A
Slowest:N/A
Latest run results:
Run details: (Test run date:
3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:86.0) Gecko/20100101 Firefox/86.0