mirror of
https://github.com/google/santa.git
synced 2026-04-24 03:00:12 -04:00
- Use fcntl to disable cache and issue an advisory read - Increase default chunk size from 4KB to 256KB - Use pread to read from file descriptor, rather than make NSData objects This is ~15% faster.