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
JackKelly
changed the title
New crate to provide iterator-like methods on a crossbeam channel
New crate: Provide iterator-like methods on a crossbeam channel
Mar 15, 2024
Wait, maybe this isn't necessary!? We can already iterate over channels! And we can use Rayon::par_iter to iterate in parallel! So maybe we just need some functions (to pass to par_iter().map()) which respect each item's metadata?
Whilst writing a code sketch for decompressing data, it occurred to me that it'd be nice to have a crate which:
map
, etc.)Item
? #105)Related
Stream
of buffers #26The text was updated successfully, but these errors were encountered: