You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing it was discovered that the way retriever_thread's feed bits to bin_to_file causes bottleneck. This bottleneck gets worse with bigger number of threads.
Potential cause is the loop in which each thread waits until bit with his index is needed.
The text was updated successfully, but these errors were encountered:
During testing it was discovered that the way
retriever_thread
's feed bits tobin_to_file
causes bottleneck. This bottleneck gets worse with bigger number of threads.Potential cause is the loop in which each thread waits until bit with his index is needed.
The text was updated successfully, but these errors were encountered: