Parallel file uploads in Collectfast 0.4.0 using Python’s multiprocessing module

0.4.0 introduces parallel file uploads using Python’s multiprocessing module. This enables huge speed-ups for first time uploads. Using testdata with 50 files at 500kb each upload finished in 1m9s using 0.3.1 and in just 10s using 0.4.0.

Similar

Python Speech Recognition

Speech recognition is the process of converting spoken words to text. Python supports many speech recognition engines and APIs, including Google Speech Engine, Google Cloud Speech API,... (more…)

Read more »