-
Notifications
You must be signed in to change notification settings - Fork 10
Parallel processing #17
Copy link
Copy link
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels