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

Bytes should be a DTypePointer instead of a List #37

Open
saviorand opened this issue May 17, 2024 · 0 comments
Open

Bytes should be a DTypePointer instead of a List #37

saviorand opened this issue May 17, 2024 · 0 comments

Comments

@saviorand
Copy link
Owner

Issue raised by the author of https://github.com/alainrollejr/mocodes

Is your feature request related to a problem? Please describe.
The application does operations on Int8 bytes, so performance is important

Describe the solution you'd like
Bytes() should be an Int8 DTypePointer instead of a List. This should allow to make operations with less computational overhead (in theory)

Describe alternatives you've considered
Potentially can reference the Bytes() implementation in Basalt, a Mojo ML framework: https://github.com/basalt-org/basalt

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

No branches or pull requests

1 participant