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

Change data types to avoid unecessary memory allocation (size_t -> uint(x)_t) #23

Open
Nimac0 opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Nimac0
Copy link
Contributor

Nimac0 commented Jan 30, 2024

it is unecessary to have things like "Group" be a unsigned long long (size_t) rewriting it to use something smaller like uint8_t or uint16_t would probably be beneficial

@Nimac0 Nimac0 added the enhancement New feature or request label Jan 30, 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

1 participant