|
|
|
|
|
by orf
3298 days ago
|
|
I'm not a "smart alec" for pointing out that Python is, was and will be bad at heavily numerical, number crunching code. It's not what Python is built for. I mean... it takes 28 bytes to store a single integer in Python. > > sys.getsizeof(1) > 28 |
|