Java Disruptor

Open-source Java projects categorized as Disruptor

Java Disruptor Projects

  • Disruptor

    High Performance Inter-Thread Messaging Library

  • Project mention: Gnet is the fastest networking framework in Go | news.ycombinator.com | 2024-03-14

    https://lmax-exchange.github.io/disruptor/#_what_is_the_disr.... Unfortunately IIUC writing this in Go still prevents the spin-locked acceptor thread from achieving the kind of performance you could get in a non-GC language, unless you chose to disable GC, so I'd guess Envoy is still faster.

    https://gnet.host/docs/quickstart/ it's nice that you can use this simply though. Envoy is kind of tricky to setup with custom filters, so most of the time it's just a standalone binary.

    [0] https://blog.envoyproxy.io/envoy-threading-model-a8d44b92231...

    [1] https://lmax-exchange.github.io/disruptor/#_what_is_the_disr...

  • disruptor

    Disruptor BlockingQueue (by conversant)

  • Project mention: Is there a technical / scientific / programming name for the Akka threading model based on message exchange between threads? | /r/javahelp | 2023-05-20

    My take is that by using Akka (and exchanging messages between threads) there is no need for state synchronizations through locks. Then if you can make your inter-thread queue (i.e. PIPES) lock-free (i.e. Disruptor, Conversant Disruptor, CoralQueue, etc.) you are on for some non-locking ultra-low-latency.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Java Disruptor related posts

Index

Project Stars
1 Disruptor 17,020
2 disruptor 295

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com