Serving the Quantitative Finance Community

Search found 1 match

by tekavec
August 31st, 2019, 8:47 pm
Forum: Programming and Software Forum
Topic: Parallel programming in Finance
Replies: 20
Views: 17791

Re: Parallel programming in Finance

I addition to very good suggestions before me, I'd also recommend investing some time in functional programming, aiming to write pure functions which are easy to parallelise (and unit test). In .NET world you can start with functional C# (e.g. "Functional programming in C#" by Enrico Buona...