This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015-03-01 00:50 by rhettinger, last changed 2022-04-11 14:58 by admin.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
size_t.diff | rhettinger, 2015-03-01 06:19 | Fix deque casts | review | |
bounds_check_list.diff | rhettinger, 2015-03-01 07:14 | Faster bounds checking for lists. | review | |
bounds_check_deque.diff | rhettinger, 2015-03-01 07:50 | Faster bounds checking for deques | review | |
valid_index.diff | rhettinger, 2015-03-02 04:13 | Isolate the technique in an in-lineable function call | review |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:13 | admin | set | github: 67741 |
2015-03-02 04:13:50 | rhettinger | set | files:
+ valid_index.diff messages: + msg237011 title: Reduce the number of comparison for range checking. -> Reduce the number of comparisons for range checking. |
2015-03-01 12:15:21 | Arfrever | set | nosy:
+ Arfrever |
2015-03-01 08:48:56 | serhiy.storchaka | set | messages: + msg236948 |
2015-03-01 08:38:09 | python-dev | set | nosy:
+ python-dev messages: + msg236946 |
2015-03-01 08:36:42 | rhettinger | set | messages: + msg236945 |
2015-03-01 08:13:59 | serhiy.storchaka | set | nosy:
+ pitrou messages: + msg236942 |
2015-03-01 07:50:31 | rhettinger | set | files:
+ bounds_check_deque.diff messages: + msg236940 |
2015-03-01 07:14:55 | rhettinger | set | files:
+ bounds_check_list.diff messages: + msg236939 |
2015-03-01 06:59:06 | serhiy.storchaka | set | messages: + msg236938 |
2015-03-01 06:21:43 | rhettinger | set | messages: + msg236935 |
2015-03-01 06:19:20 | rhettinger | set | files:
+ size_t.diff keywords: + patch |
2015-03-01 06:15:23 | serhiy.storchaka | set | messages: + msg236934 |
2015-03-01 06:09:15 | rhettinger | set | messages: + msg236933 |
2015-03-01 05:39:46 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg236931 |
2015-03-01 00:50:38 | rhettinger | create |