-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use commas for big numbers #27
Comments
Hmm... my main concern is if people will do numeric operations on these numbers, and it'll be troublesome to copy & paste. Maybe I'll just do the comma separation for repr output and assume that people will know we provide APIs for numeric access if they need it (this needs to be better documented... I'll add to README):
|
Looks decent until
Goes wild. Maybe I should write some code to align the table. |
I understand. |
Good idea and work. Is there an error in the count? Set of 10,039,006 vs 10,038,996 more rows |
No ;) 10039006 - 10038996 = 10, 10 rows already displayed :P |
This is my dump from Heapy:
Numbers like
153363236 bytes
are difficult to read.153,363,236 bytes
would be easier.The text was updated successfully, but these errors were encountered: