Codebase list golang-github-minio-sha256-simd / ad98a36
Add link to post frankw 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4141 * Try to Write() messages in multiples of 64 bytes.
4242 * Try to keep the overall length of messages to a roughly similar size ie. 5 MB (this way all 16 ‘lanes’ in the AVX512 computations are contributing as much as possible).
4343
44 More detailed information can be found in this [blog]() post including scaling across cores.
44 More detailed information can be found in this [blog](https://blog.minio.io/accelerate-sha256-up-to-8x-over-3-gb-s-per-core-with-avx512-a0b1d64f78f) post including scaling across cores.
4545
4646 ## Drop-In Replacement
4747