JSON.parse vs String.splitFastest: String.split (1.2x faster)
62 ops/sec
53 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| JSON.parse | |
| String.split |
| Test name | Executions per second |
|---|---|
| ✓ String.split | 78 Ops/sec |
| JSON.parse | 56 Ops/sec |