January 2017
Intermediate to advanced
338 pages
7h 51m
English
When we code, it happens quite often that we are sunk into optimization details. We often have to focus on dealing with concurrency, performance/benchmark measurements, and profiling other elements such as memory consumptions. This focus on concurrency and performance/benchmark measurements is, of course, a big and important element of our code, especially concurrency. This topic has been described extensively in the previous two chapters: Chapter 4, Introduction to Concurrency in F# and Chapter 5, Advanced Concurrency Support in F#.
There are other elements in F# to be recognized as optimization opportunities, the language constructs that are commonly used in code and also advanced language ...
Read now
Unlock full access