Message309812
| Author | serhiy.storchaka |
|---|---|
| Recipients | jeethu, serhiy.storchaka |
| Date | 2018-01-11.14:59:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515682764.41.0.467229070634.issue32534@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In your benchmarks the difference between thresholds is only 4%. It would be not worth to keep a special case for such small benefit. But note that in your benchmarks you inserted in a list with the size up to 50000 elements. The value of the threshold affects only the first few insertions. Your need to test inserting in short lists. Recreate a list at every iteration. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-11 14:59:24 | serhiy.storchaka | set | recipients: + serhiy.storchaka, jeethu |
| 2018-01-11 14:59:24 | serhiy.storchaka | set | messageid: <1515682764.41.0.467229070634.issue32534@psf.upfronthosting.co.za> |
| 2018-01-11 14:59:24 | serhiy.storchaka | link | issue32534 messages |
| 2018-01-11 14:59:24 | serhiy.storchaka | create | |