Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Chrome 127
Linux
Desktop
5 months ago
Test name Executions per second
structuredClone 1170863.4 Ops/sec
spread 32933736.0 Ops/sec
Script Preparation code:
x
 
var list = ["test", "apple", "banana", "peach", "123", "foo", "bar", "tree", "dog"];
Tests:
  • structuredClone

     
    const copy = window.structuredClone(list);
  • spread

     
    const copy = [...list];