Tag

parallelism

Modern Concurrency with Go

This excerpt covers:

  • Introducing concurrent programming
  • Improving performance with concurrent execution
  • Scaling our programs
  • Why you should choose Go for concurrency

Save Valuable Computing Time

From Parallel and High Performance Computing by Robert Robey and Yuliana Zamora

slideshare-save-valuable-computing-time

Analyzing Stock Price Time Series with Fortran Arrays, Part 2

From Modern Fortran by Milan Curcic

Analyzing Stock Price Time Series with Fortran Arrays, Part 1

From Modern Fortran by Milan Curcic

Stock price analysis and prediction has been an increasingly popular topic since the early days of high-level programming, and Fortran has been used in the bowels of many financial trading and banking systems, mainly thanks to its robustness, reliability, and efficiency. In this article, we’ll work with a dataset that is freely available, small enough to be easily downloaded, and yet large enough to demonstrate the power of Fortran arrays.

Delving into Nim

From Nim in Action by Dominik Picheta

In this article you’ll learn the basics of Nim’s syntax. Learning the syntax is an important first step, as it teaches you the specific ways to write Nim code.

© 2023 Manning — Design Credits