Message353993
| Author | tim.peters |
|---|---|
| Recipients | brandtbucher, rhettinger, serhiy.storchaka, tim.peters |
| Date | 2019-10-05.05:32:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1570253539.93.0.621590103007.issue38373@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Don't know. Define "the problem" ;-) As soon as the allocation is over 512 bytes (64 pointers), it's punted to the system malloc family. Before then, do a relative handful of relatively small memcpy's really matter? pymalloc is faster than system mallocs, and probably uses space more efficiently. There are no pure wins here :-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-05 05:32:19 | tim.peters | set | recipients: + tim.peters, rhettinger, serhiy.storchaka, brandtbucher |
| 2019-10-05 05:32:19 | tim.peters | set | messageid: <1570253539.93.0.621590103007.issue38373@roundup.psfhosted.org> |
| 2019-10-05 05:32:19 | tim.peters | link | issue38373 messages |
| 2019-10-05 05:32:19 | tim.peters | create | |