Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: AVX2 sha256 #32

Closed
wants to merge 1 commit into from
Closed

POC: AVX2 sha256 #32

wants to merge 1 commit into from

Commits on Mar 18, 2021

  1. POC: AVX2 sha256

    Before:
    ```
    test bench1_10    ... bench:          39 ns/iter (+/- 2) = 256 MB/s
    test bench2_100   ... bench:         349 ns/iter (+/- 23) = 286 MB/s
    test bench3_1000  ... bench:       3,412 ns/iter (+/- 11) = 293 MB/s
    test bench4_10000 ... bench:      34,084 ns/iter (+/- 3,183) = 293 MB/s
    ```
    
    After:
    ```
    itest bench1_10    ... bench:          27 ns/iter (+/- 1) = 370 MB/s
    test bench2_100   ... bench:         232 ns/iter (+/- 5) = 431 MB/s
    test bench3_1000  ... bench:       2,082 ns/iter (+/- 85) = 480 MB/s
    test bench4_10000 ... bench:      20,543 ns/iter (+/- 2,686) = 486 MB/s
    ```
    haraldh committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    97dd445 View commit details
    Browse the repository at this point in the history