What's your main programming language?

This page summarizes the projects mentioned and recommended in the original post on /r/ScientificComputing

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. CUDA.jl

    CUDA programming in Julia.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. dolfinx

    Next generation FEniCS problem solving environment

  4. OpenCL-Wrapper

    OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight OpenCL-Wrapper to greatly simplify OpenCL software development with C++ while keeping functionality and performance.

    Somewhat unusual these days, but I mainly use OpenCL C. It's seems cumbersome and hard to learn at first, but becomes much more easy to use with the right tools. Once you master it, it whipes the floor with CPU programming; it's not unusual to see 100x speedup on a GPU compared to multithreaded CPU code at the same energy consumption. It's just as fast as CUDA - as efficient as the microarchitecture allows - but compatible with literally all GPU/CPU hardware of the last decade. No need to waste time on code porting if the next supercomputer has GPUs from a different vendor, it just runs out-of-the-box. Ideal for scientific compute!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Best way to learn GPU programming?

    2 projects | news.ycombinator.com | 1 Jan 2024
  • Generic GPU Kernels

    7 projects | news.ycombinator.com | 6 Dec 2021
  • Announcing The Rust CUDA Project; An ecosystem of crates and tools for writing and executing extremely fast GPU code fully in Rust

    2 projects | /r/rust | 22 Nov 2021
  • Suggest me a Good library for scientific computing in Julia with good support for multi-core CPUs and GPUs.

    3 projects | /r/Julia | 18 Sep 2021
  • What is the best programming language to use to create a high performance backtesting framework?

    4 projects | /r/algotrading | 15 Jun 2021

Did you know that C++ is
the 7th most popular programming language
based on number of references?