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

Data sizes #486

Closed
jtrakk opened this issue Oct 6, 2021 · 1 comment
Closed

Data sizes #486

jtrakk opened this issue Oct 6, 2021 · 1 comment

Comments

@jtrakk
Copy link

jtrakk commented Oct 6, 2021

The octet is a unit of digital information in computing and telecommunications that consists of eight bits. The term is often used when the term byte might be ambiguous, as the byte has historically been used for storage units of a variety of sizes.

Could Unitful.jl have bits and either bytes or octets? Maybe nibbles too?

@sostock
Copy link
Collaborator

sostock commented Oct 6, 2021

There is a PR at #419, but it hasn’t been merged because it uses b for bits and B for Bytes, which is breaking (those symbols are currently used for barn and bel). It’s also not clear whether units of information should have their own dimension or be dimensionless.

@jtrakk jtrakk closed this as completed Oct 6, 2021
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

No branches or pull requests

2 participants