Improving fget() performance
Improving fget() performance
Posted May 7, 2019 19:55 UTC (Tue) by abatters (✭ supporter ✭, #6932)In reply to: Improving fget() performance by willy
Parent article: Improving fget() performance
Instead of using non-sequential fds, how about indexing the table differently by shuffling the bits of the fd around before using it as an index, so that sequential fds don't share a cacheline?
