Skip to content

Conversation

Maia-Everett
Copy link
Contributor

In most real code, byte is not used individually to save space (the memory footprint of a single int is negligible compared to a single byte), but rather, byte arrays are used to work with binary data. This MR explains that.

@Maia-Everett Maia-Everett requested review from a team as code owners August 30, 2025 17:36
@bowbahdoe
Copy link
Collaborator

I think I disagree with this assessment. I agree that binary data is a usecase, but an array of bytes is 4x smaller than an array of ints - it is a legitimate thing to use them for that purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants