Self learning about concurrency, threading, parallelism.

This page summarizes the projects mentioned and recommended in the original post on /r/computerscience

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

    higan is a multi-system emulator focused on accuracy, preservation, and configurability.

  • Self taught developer in what systems with what languages? If you want to learn these concepts implement them in your language of choice. You would likely learn the most using C to do so. A great starting point are the various flavors of coroutine. There are a few great implementations on github, in various projects. It's good to read those while learning so that you understand WHY the various types of coroutines exist. Why does the Higan emulation project use cooperative coroutines on a single thread? https://github.com/higan-emu/higan/tree/master/libco You can study both the implementation of some idea and its use by finding projects like this on github and reading the source.

  • 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