Split to chars

Benchmark created on


Setup

const str = `asdf+🐱🐢🐭🐹🐰🦊🐻🐼🐨🐯`.repeat(10000)

Test runner

Ready to run.

Testing in
TestOps/sec
Array.from
Array.from(str)
ready
Spread
[...str]
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.