Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 11:16 UTC
Updated:
20 Nov 2009 at 10:50 UTC
Jump to comment: Most recent file
boost_count_all_files() can take way too long; abort count if longer then 10 seconds.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost-621870.patch | 3.64 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedUsing glob() instead of opendir(), readdir(); I've heard mixed reports of either function being faster, so I'm going with the cleaner looking one.
Patch also contains some minor code fixes as well.
Comment #2
mikeytown2 commentedcommitted