Re: Could this be faster?
- Posted by C Bouzy <eucoder at hotmail.com> Dec 13, 2005
- 581 views
cklester wrote: > It might be faster to do this: > > ext_list = { "aac", "mp4", "mp3", "mp2", "mp1", "ogg", "wav" } > Earlier I ran a test by removing the file checking and the temp file for getting the length of each file, and it was still the same speed. It seems the slowdown is with walk_dir. I need an alternative to using walk_dir. ----If you continue to do what you have always done, you will get what you have always gotten.----