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

Make genRandArray accept 64 bit ints for the array length #207

Open
bartgol opened this issue Mar 16, 2022 · 0 comments
Open

Make genRandArray accept 64 bit ints for the array length #207

bartgol opened this issue Mar 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bartgol
Copy link
Contributor

bartgol commented Mar 16, 2022

It is possible that the user tries to stress test some functionalities for very large arrays. In this case, we might need 64 bits for their size.

Note: I don't think this is very likely, but the mod is also very simple (make the fcn's take long long/std::int_64t instead of int, or template on the int type), so we might as well do it.

@bartgol bartgol added the enhancement New feature or request label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant