Uploader performance can be greatly increased by introducing the following optimizations:
- Parse replays on a bunch of separate threads to saturate all CPU cores
- Upload replays on 2-4 separate threads
- Check for duplicates using bulk API
POST /fingerprints when the pool of checked replays is exhausted by upload threads
Uploader performance can be greatly increased by introducing the following optimizations:
POST /fingerprintswhen the pool of checked replays is exhausted by upload threads