Message385160
Is there any particular reason you are using bisect search with sorted list of integers? Why don't you use a simple approach with a dict of digest bytes? bisect search is O(log(n)), dict lookup is O(1) and therefore scales much better. |
|
Date |
User |
Action |
Args |
2021-01-17 11:35:17 | christian.heimes | set | recipients:
+ christian.heimes, gregory.p.smith, 2d4d |
2021-01-17 11:35:17 | christian.heimes | set | messageid: <1610883317.67.0.659660802299.issue42942@roundup.psfhosted.org> |
2021-01-17 11:35:17 | christian.heimes | link | issue42942 messages |
2021-01-17 11:35:17 | christian.heimes | create | |
|