tags:

views:

34

answers:

0

I need to adapt a sort method in Java that currently takes text files for my job. I need to change the comparison of the sort, but what is the best way?

EDIT: I'm actually trying to edit the implementation of TeraSort to sort binary files, if that is at all helpful.