raytracers VS sandmark

Compare raytracers vs sandmark and see what are their differences.

raytracers

Performance comparison of parallel ray tracing in functional programming languages (by athas)

sandmark

A benchmark suite for the OCaml compiler (by ocaml-bench)
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
raytracers sandmark
2 3
303 81
- -
0.0 7.7
9 months ago 3 months ago
Futhark Jupyter Notebook
- The Unlicense
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.

raytracers

Posts with mentions or reviews of raytracers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-10.

sandmark

Posts with mentions or reviews of sandmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-10.
  • OCaml Multicore merged upstream
    10 projects | news.ycombinator.com | 10 Jan 2022
    Along with the graphs from the PR in the sibling comment, there's also the extensive benchmarking from the ICFP2020 paper: https://arxiv.org/pdf/2004.11663.pdf

    Work on this is on-going via the sandmark benchmarking suite: https://github.com/ocaml-bench/sandmark

    In short the expectation should be that single-threaded code performs roughly the same (single digit percentage changes) as on the sequential runtime.

    Parallel code on multicore can see close to linear speedups on 64 cores, though it depends significantly on your workload. If you're interested in parallelising existing OCaml code, I gave an example-driven OCaml workshop talk in 2020: https://www.youtube.com/watch?v=Z7YZR1q8wzI

  • Multicore OCaml PR has been merged
    3 projects | /r/programming | 10 Jan 2022
    Yes. We have some benchmarks in sandmark (https://github.com/ocaml-bench/sandmark) that are nearly linear up to 60 cores and cap out at about an 80x speedup on 128 cores.

What are some alternatives?

When comparing raytracers and sandmark you can also consider the following projects:

effects-examples - Examples to illustrate the use of algebraic effects in Multicore OCaml

ocaml - The core OCaml system: compilers, runtime system, base libraries

lwt_eio - Use Lwt libraries from within Eio

eioio - Effects-based direct-style IO for multicore OCaml

ocaml-effects-tutorial - Concurrent Programming with Effect Handlers