Message259549
I agree with Marc-Andre, people doing FP-heavy math in Python use Numpy (possibly with Numba, Cython or any other additional library). Micro-optimizing floating-point operations in the eval loop makes little sense IMO.
The point of optimizing integers is that they are used for many purposes, not only "math" (e.g. indexing). |
|
| Date |
User |
Action |
Args |
| 2016-02-04 09:35:46 | pitrou | set | recipients:
+ pitrou, lemburg, rhettinger, mark.dickinson, vstinner, casevh, serhiy.storchaka, yselivanov, josh.r, zbyrne |
| 2016-02-04 09:35:46 | pitrou | set | messageid: <[email protected]> |
| 2016-02-04 09:35:46 | pitrou | link | issue21955 messages |
| 2016-02-04 09:35:46 | pitrou | create | |
|