Parallelize Filtering
Opened this issue · 0 comments
HyShai commented
In the uploadFiles
function we filter the list of files using the md5 list from iBroadcast, I would like to parallelize this - currently we use Seq.filter
which doesn't leverage multiple cores/threads.
(Is there an F# version of Parallel.ForEach
?)