Skip to content

SRKX/ParallelStockPaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ParallelStockPaths

ParallelStockPaths is a small C# project aiming to the advantage and the simplicity of using .Net parallelism mechanisms.

In particular, it will explore the performance of a simple LINQ query compared to its parallelized counterpart PLINQ.

The example chose is the generation of multiple prices paths of a stock, assuming a log-normal distribution (Geometric Brownian Motion).

This project uses the Math.net packages (using NuGet).

About

ParallelStockPaths

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages