On Fri, Oct 30, 2015 at 8:11 PM, Matt Welland <[email protected]>
wrote:

> time find . -name foo.bar > /dev/null ; time fossil extras >
> /dev/null;time find . -name foo.bar > /dev/null ; time fossil extras >
> /dev/null
> 0.064u 0.404s 0:03.80 12.1%     0+0k 0+0io 0pf+0w    # find
> 0.204u 1.160s 0:13.03 10.4%     0+0k 0+104io 0pf+0w  # fossil extras
> 0.032u 0.288s 0:02.25 13.7%     0+0k 0+0io 0pf+0w    # find
> 0.200u 1.208s 0:14.34 9.7%      0+0k 0+104io 0pf+0w  # fossil extras
>


Possibly (though speculating - haven't checked the code) because for every
file it has to check the DB to see if it's really an extra or not?


> BTW, git is *faster* than the find command.
>

which is truly strange.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to