Try minio/sha256-simd #79
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#79
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/minio/sha256-simd
Specifically, we are interested in transformer pipeline.
So the first step is to write benchmarks.
AVX-512 needs some refactoring -- it calculates multiple checksums in parallel and is a bit klunky to initialize, so there is a significant slow down now.
AVX-2 and SHA extensions is a drop-in replacement, but SHA extensions are not present on Cascade Lake which we use (Intel Xeon Silver).
Nvm go1.21 seems to add it to stdlib https://tip.golang.org/doc/go1.21