Login
From:
TechTinkering - Retro Computers, Programming, General Technical Tinkering
(Uncensored)
subscribe
Beware of Immutable Lists for F# Parallel Processing
https://techtinkering.com/2014/04/19/beware-of-immutable-lists-for-fsharp-parallel-processing/
links
backlinks
Roast topics
Find topics
Find it!
With F#, the list often feels like the default choice of data structure. It is immutable and hence easy to reason about, however its use can come at a great cost. If you are using lists to process la