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

SIMD optimization #4

Open
prajaybasu opened this issue Jul 4, 2016 · 3 comments
Open

SIMD optimization #4

prajaybasu opened this issue Jul 4, 2016 · 3 comments

Comments

@prajaybasu
Copy link

prajaybasu commented Jul 4, 2016

.NETCore already has hardware accelerated types (System.Numerics.Vectors) which should work cross platform - I believe functions like Salsa will be able to take advantage of that, correct me if I am wrong, I am currently looking to optimize it once I get time.

Also .NETCore has a using System.Runtime.CompilerServices package for unsafe code which allows copying bytes.

@viniciuschiele
Copy link
Owner

That would be cool, I'm curious to see how fast it is.
Let me know if you find out something.

@erikzhang
Copy link

Any progress? I really need this optimization.

@viniciuschiele
Copy link
Owner

I have no plans to implement that, but a PR is very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants