Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up sum by using reasonable read buffer sizes.
Use a 4K read buffer for each of the checksum functions, which seems reasonable. This improves the performance of BSD checksums on odyssey1024.txt from 399ms to 325ms on my laptop, and of SysV checksums from 242ms to 67ms.
- Loading branch information