Beware of Immutable Lists for F# Parallel Processing
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...
Read More
Setting up a Beowulf Cluster Using Open MPI on Linux
I have been doing a lot of work recently on Linear Genetic Programming. This requires a great deal of processing power and to meet this I have been using Open MPI to create a Linux cluster. What fol...
Read More