Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Chrome 133
Linux
Desktop
one month ago
Test name Executions per second
iterator 57813468.0 Ops/sec
normal 190449968.0 Ops/sec
HTML Preparation code:
AخA
 
1
<!--your preparation HTML code goes here-->
Script Preparation code:
 
let str = 'abc'
let arr = [10,20,30]
Tests:
  • iterator

     
    let[a,b,c]=str
    let[d,e,f]=arr
  • normal

     
    let{0:a,1:b,2:c}=str
    let{0:d,1:e,2:f}=arr