Learn more about cloning repositories
You have read-only access
Implement a custom Data.Iterator 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.