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

Library uses larger data types than necessary #14

Open
Luncher91 opened this issue May 24, 2021 · 0 comments
Open

Library uses larger data types than necessary #14

Luncher91 opened this issue May 24, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Luncher91
Copy link
Owner

Currently the lib uses int and long only. The specification often uses a lot shorter integer types.

use short where int is specified (currently int)
use int where uint is specified (currently long)
use int where long is specified (currently long)
use long where ulong is specified (currently long)

@Luncher91 Luncher91 added the bug Something isn't working label May 24, 2021
@Luncher91 Luncher91 changed the title Library uses large data types than necessary Library uses larger data types than necessary May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant