Foodcritic / foodcritic

Lint tool for Chef cookbooks.
http://foodcritic.io
MIT License
408 stars 153 forks source link

Cache cookbook lookups #752

Closed tas50 closed 6 years ago

tas50 commented 6 years ago

We lookup the path to cookbooks a lot and it requires a bit of logic to determine where the cookbook is. When I ran this against the collection of cookbooks in the chef-cookbooks org it dropped the time spent looking up cookbooks from 3.7 seconds to .1 seconds.

Signed-off-by: Tim Smith tsmith@chef.io