phobos-next VS toast

Compare phobos-next vs toast and see what are their differences.

phobos-next

Various generic reusable D code. (by nordlow)

toast

Time Ordered Astrophysics Scalable Tools (by hpc4cmb)
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
phobos-next toast
1 3
0 43
- -
2.6 1.5
about 2 months ago 10 days ago
D C++
Boost Software License 1.0 GNU General Public License v3.0 or later
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.

phobos-next

Posts with mentions or reviews of phobos-next. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-11.
  • A new programming language for high-performance computers
    7 projects | news.ycombinator.com | 11 Feb 2022
    The only language I know for sure to do it for you (as in you don't have to write the type) was Jai a while back (I'm told Blow removed that feature).

    The only language I've actually done it in, is D. It's probably doable in many other nu-C languages these days, but D at very least can make it basically seamless as long as you do some try-and-break-shit testing to make sure nothing is relying on saving pointers when they shouldn't. This obviously constrains the definition of automatic ;)

    I don't have my implementation to hand because it grew out of patch that failed due to aforementioned pointer-saving in code that I'm not paid enough to refactor (), but here's one someone else made https://github.com/nordlow/phobos-next/blob/master/src/nxt/s... there's another one in that repository too. I've never used those particular implementations but they're both by people I know so hopefully they're not too bad.

    A more subtle thing, which I haven't used in anger, but would like to try at some point is to use programmer annotations (probably in the form of user defined attributes) to try and group things so things are stored such that temporal locality <=> spacial locality, but I've never bothered to actually do it.

    There are some arrays of structs in an old bit of the D compiler that are roughly the size of a cacheline, and aren't accessed particularly uniformly. I profiled this and found that something like 75% of all LLC misses (hitting DRAM) were due to 2 particularly miserable lines... inside an O(n^2) algorithm.

toast

Posts with mentions or reviews of toast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.

What are some alternatives?

When comparing phobos-next and toast you can also consider the following projects:

verified-scheduling

anydsl - Meta project to quickly build dependencies

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

exo - Exocompilation for productive programming of hardware accelerators

nalgebra - Linear algebra library for Rust.

Halide - a language for fast, portable data-parallel computation

atl - A Tensor Language

CUDA.jl - CUDA programming in Julia.

jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more