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

File/Socket-Operations should not use IntArray but ByteArray #30

Closed
SuperIlu opened this issue Oct 2, 2022 · 1 comment
Closed

File/Socket-Operations should not use IntArray but ByteArray #30

SuperIlu opened this issue Oct 2, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SuperIlu
Copy link
Owner

SuperIlu commented Oct 2, 2022

IntArray stores each byte into an uint32_t, this is 4 times as much space as needed.
There should be a ByteArray type, based on IntArray...

@SuperIlu
Copy link
Owner Author

Will be included as plugin in v1.9

@SuperIlu SuperIlu added this to the v1.9.0 release milestone Oct 23, 2022
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