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

feat: threshold for moving up a prefix #1094

Open
BPplays opened this issue Aug 18, 2024 · 0 comments
Open

feat: threshold for moving up a prefix #1094

BPplays opened this issue Aug 18, 2024 · 0 comments

Comments

@BPplays
Copy link

BPplays commented Aug 18, 2024

the current handling for prefixes seems to go to the next one up if the lower one is >= then 1000 e.g.
1435 bytes -> 1.4 kilobytes
i want some option like --prefix-threshold 10000 to be like:
1435 bytes -> 1435 bytes
14350 bytes -> 14.3 kilobytes
1435 kilobytes -> 1435 kilobytes
10000 kilobytes -> 10 megabytes
14350 kilobytes -> 14.3 megabytes

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

1 participant