I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-06-13 16:38:52-07 by exiftool in response to 2477
Re: pipe to exiftool
Thanks for doing these tests. I have also done some testing myself with piped files from disk using a buffer size of 8k. For my tests there was no noticable difference in speed, so I will lower the $CHUNK_SIZE to 8k for the next release. This should provide you with most of the speed benefits you get using 4k blocks. I felt a little uneasy going less than 8k due to the potential of increasing i/o overhead on systems with slow CPUs, so 8k sounded like a good compromise.

- Phil
Direct Responses: 2480 | Write a response