| Test name | Executions per second |
|---|---|
| ✓ Uint8Array.from + charCodeAt | 13 Ops/sec |
| Uint8Array.from + codePointAt | 12 Ops/sec |
| for-loop + codePointAt | 10 Ops/sec |
| for-loop + Uint8Array.from + codePointAt (big chunk) | 9 Ops/sec |
| for-loop + Uint8Array.from + charCodeAt (big chunk) | 9 Ops/sec |
| for-loop + Uint8Array.from + charCodeAt (small chunk) | 9 Ops/sec |
| for-loop + Uint8Array.from + codePointAt (small chunk) | 9 Ops/sec |
| for-loop + charCodeAt | 9 Ops/sec |