node icon indicating copy to clipboard operation
node copied to clipboard

src: implement v8 array iteration using the new callback-based API

Open joyeecheung opened this issue 1 year ago • 0 comments

src: implement v8 array iteration using the new callback-based API

Using this to iterate over an array can be faster than calling Array::Get repeatedly. Local experiment shows that this is faster once the array size is bigger than 2.

src: use callback-based array iteration in Blob

joyeecheung avatar Feb 14 '24 16:02 joyeecheung