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

Use unboxed representations of Word32 and Int32 values #165

Open
melsman opened this issue Feb 12, 2024 · 0 comments
Open

Use unboxed representations of Word32 and Int32 values #165

melsman opened this issue Feb 12, 2024 · 0 comments
Assignees

Comments

@melsman
Copy link
Owner

melsman commented Feb 12, 2024

Currently Word32 and Int32 values are represented boxed. Some benchmarks (e.g., DLX) may benefit from using an unboxed representation of Word32 values.

Also, conversions like Word.fromLargeWord o Word32.toLargeWord are problematic as they involve boxing! Perhaps we can find a better way to deal with these conversions...

@melsman melsman self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant