marpaia / babou

Lightweight OS X configuration management
43 stars 2 forks source link

investigate if [NSData md5] is more performant than [NSFileManager contentsEqualAtPath:andPath:] #8

Open marpaia opened 10 years ago

marpaia commented 10 years ago

Right now, I'm MD5ing file contents to see if they're different. Run a benchmark to see if [NSFileManager contentsEqualAtPath:andPath:] is faster and, if so, switch to using that.