Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Bond Portfolio Analysis with Parallel Collections in Scala

Author 1: Ron Coleman Author 2: Udaya Ghattamanei Author 3: Mark Logan
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 3, No. 7 · Published 2012

DOI: https://doi.org/10.14569/IJACSA.2012.030701

Abstract

In this paper, we report the results of new experiments that test the performance of Scala parallel collections to find the fair value of riskless bond portfolios using commodity multicore platforms. We developed four algorithms, each of two kinds in Scala and ran them for one to 1024 portfolios, each with a variable number of bonds with daily to yearly cash flows and 1 year to 30 year. We ran each algorithm 11 times at each workload size on three different multicore platforms. We systematically observed the differences and tested them for statistical significance. All the parallel algorithms exhibited super-linear speedup and super-efficiency consistent with maximum performance expectations for scientific computing workloads. The first-order effort or “naïve” parallel algorithms were easiest to write since they followed directly from the serial algorithms. We found we could improve upon the naïve approach with second-order efforts, namely, fine-grain parallel algorithms, which showed the overall best, statistically significant performance, followed by coarse-grain algorithms. To our knowledge these results have not been presented elsewhere.

Keywords

How to Cite this Article

Coleman, R., Ghattamanei, U., & Logan, M. (2012). Bond Portfolio Analysis with Parallel Collections in Scala. International Journal of Advanced Computer Science and Applications, 3(7). https://doi.org/10.14569/IJACSA.2012.030701

Coleman, Ron, et al.. "Bond Portfolio Analysis with Parallel Collections in Scala." International Journal of Advanced Computer Science and Applications, vol. 3, no. 7, 2012, https://doi.org/10.14569/IJACSA.2012.030701.

@article{Coleman2012,
  title     = {Bond Portfolio Analysis with Parallel Collections in Scala},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {3},
  number    = {7},
  year      = {2012},
  publisher = {The Science and Information Organization},
  author    = {Ron Coleman and Udaya Ghattamanei and Mark Logan},
  doi       = {10.14569/IJACSA.2012.030701},
  url       = {https://doi.org/10.14569/IJACSA.2012.030701}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.