-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
New metric prefixes #350
Comments
Sounds good. Note that we have a slightly more complete set for binary prefixes, if you're mostly interested in data sizesa. They go up to up to yobi ( Lines 157 to 190 in 7544300
|
Are zetta, yotta, yocto and zepto also missing? It's not possible to convert 1e21 m to Zm.
|
@sharkdp do we want to have this in our next release? |
I would hope it could be an easy thing to add. Unless this creates new "conflicts". Like for example, if |
Hmm, I'm not motivated enough to check for conflicts at the moment, so I'm leaving it for later (or for somebody else :P), unless you want to work on it of course. |
If course. I don't think we need to manually check for conflicts. I think we have parametrized tests in place that make sure that units with prefixes are properly parsed |
is there any reason P and M aren't defined for peta and mega? From what I can tell, the parser is in fact case sensitive. Ignore me, I just saw that they are defined separately, probably for parsing reasons. |
With insect I can add two datasizes like Petabyte and Terabyte.
But it is not possible to add a Quettabyte and an Exabyte.
Please implement the new metric prefixes to allow this.
The text was updated successfully, but these errors were encountered: