Message312350
| Author | methane |
|---|---|
| Recipients | lemburg, luis@luispedro.org, methane, rhettinger, serhiy.storchaka, terry.reedy, tim.peters, twouters, vstinner |
| Date | 2018-02-19.13:28:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1519046919.45.0.467229070634.issue32846@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
@Luis, would you try dict instead of set? It's little larger than set, but delete elements by insertion order. But I don't think builtin data structure can be optimized for such workload. Maybe, LMBD[1] or some other KVS can help you. [1]: https://lmdb.readthedocs.io/en/release/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-19 13:28:39 | methane | set | recipients: + methane, lemburg, tim.peters, twouters, rhettinger, terry.reedy, vstinner, luis@luispedro.org, serhiy.storchaka |
| 2018-02-19 13:28:39 | methane | set | messageid: <1519046919.45.0.467229070634.issue32846@psf.upfronthosting.co.za> |
| 2018-02-19 13:28:39 | methane | link | issue32846 messages |
| 2018-02-19 13:28:39 | methane | create | |