I've a large text file (3.7GB) contains 300,000,000 lines. I should read every line, process it, append it to another text file, so Which is better multiprocessing or multithreading and why? I need to complete process it as much faster as can.
EDITED: I use python3