Ross ROSS = Recommend OSS · open-source software intelligence for agents

LMAX-Exchange/disruptor

High Performance Inter-Thread Messaging Library observed · 2026-08-28

github.com/LMAX-Exchange/disruptor · homepage · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

29/100

  • Activity 14
  • Release rhythm 8
  • Longevity 100

Flags: no_readme

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5094
  • days_rel: n/a
  • days_push: 518
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

18451 stars · 3971 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

LMAX Disruptor is a high-performance, lock-free inter-thread messaging library for the JVM built around a ring buffer with 'mechanical sympathy' for hardware. It provides extremely low-latency, high-throughput message passing between threads.

Use cases

  • pass messages between threads with minimal latency
  • replace blocking queues in high-throughput pipelines
  • build low-latency trading or event processing systems
  • implement producer-consumer pipelines in Java
  • reduce lock contention in concurrent applications

When to choose

  • you need very low latency and high throughput for inter-thread communication on the JVM
  • your bottleneck is queue-based message passing between processing stages
  • you can restructure your pipeline around the ring buffer pattern

When to avoid

  • you need simple distributed or cross-process messaging
  • your workload is low-volume and standard queues suffice
  • you cannot adapt your architecture to the disruptor pattern

Facets

library · maturity stable

concurrency message-queue developer-tools performance jvm ring-buffer lock-free low-latency inter-thread-messaging

1 source

Member repositories

RepositoryRoleHealth v2
LMAX-Exchange/disruptormain29

For agents

markdown · JSON · MCP: product_card(name="LMAX-Exchange/disruptor")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem