Message179303
The problem with the current walkdir implementation is that without a rich path object you end up making a lot of redundant system calls. Combined with the inherent overhead of nested generators, it just *feels* bad (even in situations where worrying about the speed is truly a case of premature optimisation)
The caching in pathlib should deal with the problem of redundant system calls, so rebasing walkdir on top of that would probably be a good idea (i.e. all walkdir APIs would produce pathlib paths, and implicit convert strings they encounter to paths). |
|
Date |
User |
Action |
Args |
2013-01-08 01:55:57 | ncoghlan | set | recipients:
+ ncoghlan, pitrou, vstinner, giampaolo.rodola, eric.araujo, neologix |
2013-01-08 01:55:56 | ncoghlan | set | messageid: <1357610156.97.0.171054866653.issue13229@psf.upfronthosting.co.za> |
2013-01-08 01:55:56 | ncoghlan | link | issue13229 messages |
2013-01-08 01:55:55 | ncoghlan | create | |
|