raytracers VS ocaml-effects-tutorial

Compare raytracers vs ocaml-effects-tutorial and see what are their differences.

raytracers

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

ocaml-effects-tutorial

Concurrent Programming with Effect Handlers (by ocaml-multicore)
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 ocaml-effects-tutorial
2 3
303 637
- 1.4%
0.0 0.0
9 months ago about 1 year ago
Futhark OCaml
- 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.

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.

ocaml-effects-tutorial

Posts with mentions or reviews of ocaml-effects-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-19.
  • Are there any tutorials yet for the version of algebraic effects going into 5.0?
    3 projects | /r/ocaml | 19 Oct 2022
    I found this tutorial: https://github.com/ocamllabs/ocaml-effects-tutorial
  • OCaml Multicore merged upstream
    10 projects | news.ycombinator.com | 10 Jan 2022
    Good question!

    https://github.com/ocaml-multicore/effects-examples has links to tutorials and examples for how effects can be used.

    There's also some slides from KC's talk on effect handlers https://kcsrk.info/slides/handlers_edinburgh.pdf and materials from the CUFP 17 tutorial: https://github.com/ocamllabs/ocaml-effects-tutorial

    https://gopiandcode.uk/logs/log-bye-bye-monads-algebraic-eff... this is also a great introduction

  • Portable and Interoperable Async Rust
    2 projects | news.ycombinator.com | 8 Dec 2021
    There are lots of informations in "Concurrent Programming with Effect Handlers" (https://github.com/ocamllabs/ocaml-effects-tutorial) on what it looks like and how it's implemented. There are also more recent informations on the September 2021 edition of the Multicore OCaml newsletter: https://discuss.ocaml.org/t/multicore-ocaml-september-2021-e..., with a link to a paper about effects in OCaml.

What are some alternatives?

When comparing raytracers and ocaml-effects-tutorial you can also consider the following projects:

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

sandmark - A benchmark suite for the OCaml compiler

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

ocaml-effects-tutorial - Tutorial for Learning OCaml's Effects and Handlers

ppx_effects