Message302895
| Author | rhettinger |
|---|---|
| Recipients | brett.cannon, gvanrossum, methane, rhettinger, serhiy.storchaka |
| Date | 2017-09-25.00:04:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1506297857.42.0.467293377609.issue31415@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Naoki, is it possible to separate out how much of this is I/O vs CPU time? If the I/O dominates, optimizations tend toward zipimports, faster drives, disk caching etc. If the CPU time is dominant, different techniques are used (lazy evaluation, splitting-out parts of a package, etc). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-25 00:04:17 | rhettinger | set | recipients: + rhettinger, gvanrossum, brett.cannon, methane, serhiy.storchaka |
| 2017-09-25 00:04:17 | rhettinger | set | messageid: <1506297857.42.0.467293377609.issue31415@psf.upfronthosting.co.za> |
| 2017-09-25 00:04:17 | rhettinger | link | issue31415 messages |
| 2017-09-25 00:04:17 | rhettinger | create | |