Message242379
| Author | serhiy.storchaka |
|---|---|
| Recipients | asottile, benjamin.peterson, brett.cannon, bukzor, geoffreyspear, georg.brandl, ncoghlan, pitrou, serhiy.storchaka |
| Date | 2015-05-02.05:29:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1430544577.47.0.31900336545.issue24085@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The use of PYTHONDONTWRITEBYTECODE is not a workaround because it makes your to have memory overhead unconditionally. The compiler needs more momory than require compiled data itself. If this is an issue, I suggest to use different representation for the data: JSON, pickle, or just marshal. Also it may be faster. Try also CSV or custom simple format if it is appropriate. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-02 05:29:37 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, georg.brandl, ncoghlan, pitrou, benjamin.peterson, bukzor, geoffreyspear, asottile |
| 2015-05-02 05:29:37 | serhiy.storchaka | set | messageid: <1430544577.47.0.31900336545.issue24085@psf.upfronthosting.co.za> |
| 2015-05-02 05:29:37 | serhiy.storchaka | link | issue24085 messages |
| 2015-05-02 05:29:37 | serhiy.storchaka | create | |