How much reason is there to be multi-threaded in the k8s environment

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

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

    Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.

  • b) It's proven now e.g Seastar, Glommio that the fastest way to run a multi-threaded application is to have one instance with one thread pinned per CPU core. Then to have fibers/lightweight threads on top handling all of the asynchronous code. Your approach of lots of instances is the slowest so there will be a ton of unnecessary thread context-switching.

  • Seastar

    High performance server-side application framework

  • b) It's proven now e.g Seastar, Glommio that the fastest way to run a multi-threaded application is to have one instance with one thread pinned per CPU core. Then to have fibers/lightweight threads on top handling all of the asynchronous code. Your approach of lots of instances is the slowest so there will be a ton of unnecessary thread context-switching.

  • 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

  • Why does Actix-web's handler not require Send?

    3 projects | /r/rust | 18 Jun 2023
  • I want to share my latest hobby project, dbeel: A distributed thread-per-core nosql db written in rust

    3 projects | /r/rust | 13 Nov 2023
  • The State of Async Rust

    9 projects | news.ycombinator.com | 25 Sep 2023
  • What is DPDK library in C and how to learn it?

    1 project | /r/C_Programming | 27 Apr 2023
  • How Numberly Replaced Kafka with a Rust-Based ScyllaDB Shard-Aware Application

    1 project | /r/apachekafka | 17 Apr 2023