tags:

views:

30

answers:

0

I wrote a program which need to parse a batch of files. But I found that the parsing speed for local files is lower than the one for remote mounted files. Why?

All the files are HTMLs, I do some parsing work on them. Average size is less than 1M.