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

Allow int32 matrices if possible, use int64 when required #581

Open
N-Wouda opened this issue May 4, 2024 · 1 comment
Open

Allow int32 matrices if possible, use int64 when required #581

N-Wouda opened this issue May 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request performance Make things better and faster!

Comments

@N-Wouda
Copy link
Member

N-Wouda commented May 4, 2024

It could be worth exploring whether we can take arbitrary-sized data matrices. Smaller data matrices would be very worthwhile because they're much easier/faster to access. If we can be flexible in this we can probably get a nice performance boost almost for free in many user settings.

@N-Wouda N-Wouda self-assigned this May 4, 2024
@N-Wouda N-Wouda added enhancement New feature or request performance Make things better and faster! labels May 4, 2024
@N-Wouda
Copy link
Member Author

N-Wouda commented Jun 17, 2024

How does numpy implement its arrays? Can we do something similar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Make things better and faster!
Projects
None yet
Development

No branches or pull requests

1 participant