I need to read 2 big psv files (about 500kb) through a java program and
display the differences? The program must not take too long time to execute, which is the quickest method to do this?
I tried reading the files using BufferedReader but the program runs very slow.
|