Message 294107 - Python tracker
Message294107
| Author | pitrou |
|---|---|
| Recipients | Jim Fasarakis-Hilliard, dalke, pitrou, serhiy.storchaka |
| Date | 2017-05-21.18:20:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1495390834.03.0.898868103407.issue30416@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Caching a tuple's hash value is a nice idea but it would increase the memory consumption of all tuples, which would probably hurt much more in the average case... Unless of course we find a way to cache the hash value in a separate memory area that's reserved on demand. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-05-21 18:20:34 | pitrou | set | recipients: + pitrou, dalke, serhiy.storchaka, Jim Fasarakis-Hilliard |
| 2017-05-21 18:20:34 | pitrou | set | messageid: <1495390834.03.0.898868103407.issue30416@psf.upfronthosting.co.za> |
| 2017-05-21 18:20:34 | pitrou | link | issue30416 messages |
| 2017-05-21 18:20:33 | pitrou | create | |