Use access() instead of stat() when possible
Dan McGee wrote:
> We were using the stat() system call in quite a few places when we didn't > actually need anything the stat struct returned- we were simply checking for > file existence. access() will be more efficient in those cases. > I didn't know access, it is very nice. We can check the permissions in the same time, we don't have an unused stat struct, and the name clearly indicates what we do. Cool :) _______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://archlinux.org/mailman/listinfo/pacman-dev |
| All times are GMT. The time now is 02:53 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.