]> git.proxmox.com Git - libgit2.git/commit - src/ignore.c
Improvements to ignore performance on Windows.
authorJ Wyman <jeremy.wyman@microsoft.com>
Mon, 30 Mar 2015 21:07:44 +0000 (14:07 -0700)
committerEdward Thomson <ethomson@microsoft.com>
Tue, 28 Apr 2015 18:24:58 +0000 (14:24 -0400)
commit4c09e19a3764a1e5f3340dabf8104dfed32e7673
tree8df38e74e802445528d626d37276e8b119a7eb46
parentd969d41547080d5e924d49f44ba5de1ade5b343c
Improvements to ignore performance on Windows.

Minimizing the number directory and file opens, minimizes the amount of IO thus reducing the overall cost of performing ignore operations.
src/attr.c
src/attr_file.c
src/attr_file.h
src/ignore.c
src/ignore.h
src/iterator.c
tests/attr/lookup.c