1
Fork 0
Commit Graph

1 Commits

Author SHA1 Message Date
Juliusz Chroboczek fa29e50f8b Split writer loop into multiple threads.
This improves both scaling and fairness in the case where a single
track is being sent to large numbers of receivers.  We avoid
communication overhead by growing the number of threads as the
square root of the number of receivers.
2020-09-13 02:02:11 +02:00