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 sure I'm not killing performance in using smaller dtypes #15

Open
endolith opened this issue Oct 5, 2022 · 1 comment
Open

Make sure I'm not killing performance in using smaller dtypes #15

endolith opened this issue Oct 5, 2022 · 1 comment

Comments

@endolith
Copy link
Owner

endolith commented Oct 5, 2022

No description provided.

@endolith
Copy link
Owner Author

endolith commented Oct 5, 2022

Generally should use float64/int64 or float32/int32 (SIMD) for speed? Not uint8 or whatever. Deal with memory usage by chunking, not by using weird types.

Default on work computer is np.int32 and np.float64

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

No branches or pull requests

1 participant