Message370544
Brilliant idea! I played with it yesterday, and it is easy to generalize it to work with a*/b*/c*/d/e/f and to "use not more than N simultaneously opened file descriptors per glob iterator". The only problem is if we want to use this idea with recursive "**" without losing performance. It is just a technical problem which can be solved by adding more code. Although I need to do some benchmarks.
And I need to test how this idea will work with issue38144. |
|
| Date |
User |
Action |
Args |
| 2020-06-01 09:16:04 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, roysmith, steven.daprano, r.david.murray, docs@python, Gumnos, Roger Erens |
| 2020-06-01 09:16:04 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2020-06-01 09:16:04 | serhiy.storchaka | link | issue22167 messages |
| 2020-06-01 09:16:04 | serhiy.storchaka | create | |
|