Message 259549 - Python tracker
Message259549
| Author | pitrou |
|---|---|
| Recipients | casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov, zbyrne |
| Date | 2016-02-04.09:35:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1454578546.27.0.41712171172.issue21955@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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). |
|
| History | |||
|---|---|---|---|
| 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: <1454578546.27.0.41712171172.issue21955@psf.upfronthosting.co.za> |
| 2016-02-04 09:35:46 | pitrou | link | issue21955 messages |
| 2016-02-04 09:35:46 | pitrou | create | |