Name: Anonymous 2007-03-11 1:22 ID:V0b/AoE6
The problem is simple.
given a binary string of X(several megabytes)
it needs to be XORed with binary string Y(the same lenght).
The strings are read(converted) from files,and then results written to third file.After which a shell script is
performed on the third file.
The question is:Which language this problem is best coded in? (best=least code size,and the solution must work on Gigabyte+ files)
given a binary string of X(several megabytes)
it needs to be XORed with binary string Y(the same lenght).
The strings are read(converted) from files,and then results written to third file.After which a shell script is
performed on the third file.
The question is:Which language this problem is best coded in? (best=least code size,and the solution must work on Gigabyte+ files)