Modern JVM Multithreading • Paweł Jurczenko • Devoxx Poland 2021

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Java-Thread-Affinity

    Bind a java thread to a given core

    There isn't a way from within the JVM to set the affinity. You need to use platform specific native code. There are libraries like affinity to help with this.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. actix

    Actor framework for Rust.

    I’ve seen frameworks for c++ (https://seastar.io/) and rust (https://github.com/actix/actix) which support what you’re describing out of the box.

  4. Seastar

    High performance server-side application framework

    I’ve seen frameworks for c++ (https://seastar.io/) and rust (https://github.com/actix/actix) which support what you’re describing out of the box.

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

  • Silk: Open-source cooperative fiber scheduler

    4 projects | news.ycombinator.com | 20 May 2026
  • Aproximar tanh en ML: Padé, K-TanH y bit-hacks IEEE-754

    1 project | dev.to | 22 Apr 2026
  • Seastar: High performance server-side C++ application framework

    1 project | news.ycombinator.com | 19 Nov 2025
  • Show HN: I made an additive synth with 10k oscillators

    1 project | news.ycombinator.com | 25 Oct 2025
  • Asynchronous Rust 🦀 - RustConf 2025 | Day 1

    2 projects | dev.to | 2 Sep 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?