Message284989
| Author | methane |
|---|---|
| Recipients | methane, rhettinger, serhiy.storchaka |
| Date | 2017-01-08.12:31:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1483878705.58.0.516963300315.issue29202@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
patch LGTM. > Since the table is usually dense packed to the left, this will give fewer loops and fewer memory accesses. Since dk_nentries is "right end of active entries", this patch doesn't affect for "dence packed to the left" dict. But it can affect when dk_entries is sparce, and there are many deleted entries on the right end. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-08 12:31:45 | methane | set | recipients: + methane, rhettinger, serhiy.storchaka |
| 2017-01-08 12:31:45 | methane | set | messageid: <1483878705.58.0.516963300315.issue29202@psf.upfronthosting.co.za> |
| 2017-01-08 12:31:45 | methane | link | issue29202 messages |
| 2017-01-08 12:31:45 | methane | create | |