Closed kienmarkdo closed 7 months ago
Argostranslate is so slow right now. It translates about 2 messages per second. That won't scale when there are thousands of messages.
https://www.geeksforgeeks.org/difference-between-multithreading-vs-multiprocessing-in-python/ Note: Multithreading is not supported by Python. But multiprocessing is supported (usage of multiple threads).
Done
Argostranslate is so slow right now. It translates about 2 messages per second. That won't scale when there are thousands of messages.