sandmark VS raytracers

Compare sandmark vs raytracers and see what are their differences.

sandmark

A benchmark suite for the OCaml compiler (by ocaml-bench)

raytracers

Performance comparison of parallel ray tracing in functional programming languages (by athas)
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
sandmark raytracers
3 2
81 303
- -
7.7 0.0
3 months ago 10 months ago
Jupyter Notebook Futhark
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.

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.

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.

What are some alternatives?

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

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

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

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