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
Following up from #2885, it should be possible to implement a very fast tryTakeN by porting drain from the jctools MpmcArrayQueue. This should result in a pretty dramatic optimization of Fs2's Channel, which is at the heart of a lot of programs now.
The text was updated successfully, but these errors were encountered:
Following up from #2885, it should be possible to implement a very fast
tryTakeN
by portingdrain
from the jctoolsMpmcArrayQueue
. This should result in a pretty dramatic optimization of Fs2'sChannel
, which is at the heart of a lot of programs now.The text was updated successfully, but these errors were encountered: