mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This iterator uses an inline 32-byte buffer so it doesn't have to call copyBytes(to:count:) for every single byte. It results in an approximate 6x speedup on my computer.
861 B
861 B