ThruMemCopier 135% more efficient (than cp or rsync) file copy when files are big and you are moving them from HDD-partition to another (in the same HDD) Compile and usage # Compile $ g++ thrumem.cpp -O3 -o thru # Copy $ ./thru <from> <to> License MIT