|
> (On a side note, this is an excellent program- I'm always surprised at how fast > it runs. You must be using some very fast hashing functions and a lot of disk > caching or something like that? If you want to shed some light on how you > perform these operations on so many files so quickly, I'd love to know...) >
A note about the context of this particular comment- something like torrentzip takes ages to scan through many files, even if they are already torrentzip'd (skipped files). I suspect that most of that slowdown is due to I/O (they print out a message to stdout and to a log file for every file!), and I'd like to look at the source to see if it can be sped up. Just curious if you had some special tricks...
|