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

Better support for 32-bit systems #122

Open
glebm opened this issue Aug 4, 2024 · 0 comments
Open

Better support for 32-bit systems #122

glebm opened this issue Aug 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@glebm
Copy link

glebm commented Aug 4, 2024

I'd like to use this with a project that targets a lot of legacy 32-bit hardware (https://github.com/diasurgical/devilutionX).

At the moment, unordered_dense explicitly uses 64-bit integers in a lot of places, such as the return type of the hash function, the to64 function, etc.

The standard library hash containers, on the other hand, use size_t for this purpose, which is 32-bit on 32-bit systems.

It'd be great if this library were more 32-bit friendly as well.

@glebm glebm added the enhancement New feature or request label Aug 4, 2024
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

2 participants