Goroutines: The concurrency model we wanted all along

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

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

    High-Performance Erlang Network Client Framework (by lpgauth)

  • The best effort I've seen to get around this is https://github.com/lpgauth/shackle

    It was motivated by a need to eliminate OOM errors and supports large scale operation at very low latency.

  • preemptible-thread

    How to preempt threads in user space

  • Thanks for this article and to ingve for submitting it.

    Concurrency and async is my favourite topic. I wrote a very simple toy lightweight 1:M:N (1 scheduler:M kernel threads:N lightweight threads) thread scheduler in C, Rust and Java.

    https://github.com/samsquire/preemptible-thread

    It works on the principle that hot loops can be interrupted BY ANOTHER THREAD (the scheduler thread) on a timer, to give lightweight threads a chance to execute.

    What I think I want today though is an extremely rich process/concurrency API that resembles a stream API but for processes. For example, we should be able to create pipelines that can be paused, resumed, forked, merged, drop_while, iterate_until and whatever else would be useful.

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

  • Kore VS CWebStudio - a user suggested alternative

    2 projects | 15 Jan 2024
  • OCPP 2.0.1 JSON Schema vs Spec

    1 project | /r/ocpp | 8 Sep 2023
  • OCPP Python Architecture - best library/framework setup?

    1 project | /r/ocpp | 27 Jul 2023
  • CWeb Framework

    2 projects | /r/cprogramming | 19 Apr 2023
  • Local OCPP Server to dynamically control EVSE?

    1 project | /r/ocpp | 25 Feb 2023