Options portfolio pricer in modern C++ 14 - RSI

Published 2017-08-08
Choosing the right algorithm and data-structures is part of Data oriented design (distinct from OOP), which often leads to better cache and cpu friendly algorithms.

I explore writing Relative Strength Indicator using parallel prefix-sums, and then parallelise RSI as well to give near 30x speed improvement over the naïve version.

All Comments (1)