Message259293
| Author | vstinner |
|---|---|
| Recipients | paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2016-01-31.17:55:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1454262940.96.0.668805369213.issue26251@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python has a memory allocator optimized for allocations <= 512 bytes: PyObject_Malloc(). It was discussed to replace it by the native "Low-fragmentation Heap" memory allocator on Windows. I'm not aware of anyone who tried that. I would nice to try, especially to run benchmarks. See also the issue #26249: "Change PyMem_Malloc to use PyObject_Malloc allocator?". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-31 17:55:41 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower |
| 2016-01-31 17:55:40 | vstinner | set | messageid: <1454262940.96.0.668805369213.issue26251@psf.upfronthosting.co.za> |
| 2016-01-31 17:55:40 | vstinner | link | issue26251 messages |
| 2016-01-31 17:55:40 | vstinner | create | |