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

Accelerate specialized ASCII Shift Cipher using hardware intrinsics #4

Merged
merged 3 commits into from
Dec 26, 2024

Conversation

Peter-Juhasz
Copy link
Owner

No description provided.

@Peter-Juhasz
Copy link
Owner Author

Benchmark results: 13-14x gain

Method Mean Error StdDev Allocated
ShiftCipher_General 132.03 ns 0.730 ns 0.609 ns -
ShiftCipher_Ascii_Avx2_128 10.57 ns 0.036 ns 0.033 ns -

@Peter-Juhasz Peter-Juhasz merged commit 8ce9625 into main Dec 26, 2024
0 of 2 checks passed
@Peter-Juhasz Peter-Juhasz deleted the shift-simd branch December 27, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant