Let's write a setjmp

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • multiversion-concurrency-control

    Implementation of multiversion concurrency control, Raft, Left Right concurrency Hashmaps and a multi consumer multi producer Ringbuffer, concurrent and parallel load-balanced loops, parallel actors implementation in Main.java, Actor2.java and a parallel interpreter

  • I wrote an unrolled switch statement in Java to simulate eager async/await across treads.

    https://github.com/samsquire/multiversion-concurrency-contro...

    The goal is that a compiler should generate this for you. This code is equivalent to the following:

       task1:

  • I wrote an unrolled switch statement in Java to simulate eager async/await across treads.

    https://github.com/samsquire/multiversion-concurrency-contro...

    The goal is that a compiler should generate this for you. This code is equivalent to the following:

       task1:

  • 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.

    InfluxDB logo
  • assembly

    assembly projects (by samsquire)

  • https://github.com/samsquire/assembly/blob/main/coroutines.S

    This might be useful to someone who wants to port this to C. This uses the stack switching idea. So they are stackful coroutines.

    There's also Tina a header only coroutine library

  • libhandler

    Libhandler implements algebraic effects and handlers in portable C99. Monads for free in C.

  • You might be interested in libhandler:

    https://github.com/koka-lang/libhandler

    Basically an effect handling library for C written by the folks developing the koka language.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts