Improving fget() performance
Improving fget() performance
Posted May 7, 2019 20:11 UTC (Tue) by willy (subscriber, #9762)In reply to: Improving fget() performance by abatters
Parent article: Improving fget() performance
Nice idea. Unfortunately, the problem is not that fds are assigned to threads in some kind of round-robin order. They're assigned to threads in a semi-random order in an attempt to keep worker threads equally busy. Adding in a shuffle isn't going to help.
