mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-03 17:21:08 +00:00
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.85 to 7.0.86. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](https://github.com/minio/minio-go/compare/v7.0.85...v7.0.86) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
crc64.go | ||
crc64_amd64.go | ||
crc64_amd64.s | ||
crc64_arm64.go | ||
crc64_arm64.s | ||
crc64_other.go | ||
LICENSE | ||
README.md |
crc64nvme
This Golang package calculates CRC64 checksums using carryless-multiplication accelerated with SIMD instructions for both ARM and x86. It is based on the NVME polynomial as specified in the NVM Express® NVM Command Set Specification.
The code is based on the crc64fast-nvme package in Rust and is released under the Apache 2.0 license.
For more background on the exact technique used, see this Fast CRC Computation for Generic Polynomials Using PCLMULQDQ Instruction paper.
Performance
To follow.
Requirements
All Go versions >= 1.22 are supported.
Contributing
Contributions are welcome, please send PRs for any enhancements.