I like the idea to add such a feature.
+ K, M, G is short and is intuitive (for computer scientist)
- Why not also T, P, E (because you currently do not need it)? And what about
very small numbers for float parameters? Somebody might want to work with some
parameter 0.0005, 0.00005, ... (should we use m, ยต, n, p?)
What do you think about adding support for numbers in scientific notation? This
notation is widely used (also not in CS areas) and allows more freedom than any
hardcoded suffix can ever give us.
5e3 (5K), 2e7 (20M), 1e9 (1G) and respective for float options 1.1e2, 2e-4?
|