hyperqueue VS rust-in-hpc

Compare hyperqueue vs rust-in-hpc and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hyperqueue rust-in-hpc
2 1
253 33
3.2% -
9.2 0.0
7 days ago almost 2 years ago
Rust TeX
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hyperqueue

Posts with mentions or reviews of hyperqueue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-12.
  • HyperQueue: ergonomic HPC task executor written in Rust
    4 projects | /r/rust | 12 Oct 2022
    Hi! Me and my colleagues are working on an HPC (High Performance Computing)-focused tool for executing workflows/pipelines/task graphs in an ergonomic and efficient manner. It is called HyperQueue, it is open-source (https://github.com/It4innovations/hyperqueue) and it is of course written in Rust :) (previous incarnations of the tool were written in C++, which was a nightmare to maintain). It leverages async Rust heavily, not just for I/O (we use Tokio), but also for communicating between a number of independent "processes" (actors) running on a single thread.
  • Rust and Scientific/High-Performance Computing
    5 projects | /r/rust | 6 Feb 2022
    The HPC group that I am part of has switched from C++ to Rust for writing HPC software and I can't really imagine going back :-) You can check out for example https://github.com/it4innovations/rsds or https://github.com/it4innovations/hyperqueue, which are Rust HPC tools used "in the wild".

rust-in-hpc

Posts with mentions or reviews of rust-in-hpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-06.

What are some alternatives?

When comparing hyperqueue and rust-in-hpc you can also consider the following projects:

ppl - Parallelo Parallel Library (PPL) is a small parallel framework that brings Structured Parallel Programming in Rust.

Rust-CUDA - Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.

aiida-hyperqueue - AiiDA plugin for the HyperQueue metascheduler.

node_crunch - Allows to distribute computations across several nodes

nextflow - A DSL for data-driven computational pipelines

ompi - Open MPI main development repository

rsds - Dask scheduler written in Rust

coarray-tutorial - A short tutorial to get people started with Fortran's coolest feature, coarrays.