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

TODO: Multithreaded allocation and vectorized random number generation #6

Open
devlato opened this issue Jun 26, 2019 · 0 comments
Open
Assignees
Labels
TODO Stuff to do later

Comments

@devlato
Copy link
Owner

devlato commented Jun 26, 2019

Currently, the process of filling memory blocks with random values is very slow. It would be nice to have a thread pool for that and to use some SIMD extensions.

@devlato devlato added the TODO Stuff to do later label Jun 26, 2019
@devlato devlato self-assigned this Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO Stuff to do later
Projects
None yet
Development

No branches or pull requests

1 participant