Tagged "Language Comparison"
-
Memory Safety in Chapel
Posted on April 10, 2025
A description of how Chapel’s features for memory safety strike a balance between productivity and performance, with comparisons to other languages
-
Navier-Stokes in Chapel — Distributed Cavity-Flow Solver
Posted on November 14, 2024
Writing a distributed and parallel Navier-Stokes solver in Chapel, with an MPI performance comparison
-
Parallel Processing of a Billion Rows of Data in Chapel
Posted on July 12, 2024
A Chapel Implementation of the One Billion Row Challenge
-
Navier-Stokes in Chapel — 2D Simulations and Performance
Posted on July 9, 2024
An exploration of Chapel’s scientific computing capabilities using the CFD Python Tutorial and a C++/OpenMP performance comparison
-
Navier-Stokes in Chapel — Introduction
Posted on April 10, 2024
A starting point for applying Chapel to scientific computing problems using the CFD Python tutorial.
-
Comparing Standard Library Sorts: The Impact of Parallelism
Posted on January 30, 2024
This blog post compares the performance of standard library sort routines in several programming languages.