Please ignore the earlier patch.

The existing DependSet algorithm is O(n^2) when everything is up to date;
in other words, it does 1 million comparisons for 1000 files. I modified it
to be O(n), so it does 1000 comparisons for 1000 files. It's much faster
now.

Thanks
Mohammad

P.S. The earlier patch did not check a null condition
(See attached file: DependSet.diff)

Attachment: DependSet.diff
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to