disruptor-net/Disruptor-net
Port of LMAX Disruptor to .NET observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 76
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5372
- days_rel: 444
- days_push: 144
- n_releases_24m: 1
Adoption not part of the score
1330 stars · 227 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A .NET port of the LMAX Disruptor, a high-performance inter-thread message passing framework built around a pre-allocated ring buffer with configurable consumer sequences. It offers zero-allocation event publishing, optional lock-free operation, configurable wait strategies, and inter-process communication.
Use cases
- pass messages between threads with minimal latency
- build a low-latency event processing pipeline in .NET
- replace blocking queues with a lock-free ring buffer
- implement producer-consumer workflows without allocations
- communicate between processes with shared memory messaging
When to choose
- you need very low-latency, high-throughput inter-thread messaging on .NET
- you want zero garbage collection pressure after startup
- you need flexible consumer dependency graphs and wait strategies
When to avoid
- you only need simple background task queues or basic producer-consumer patterns
- your workload is not latency-sensitive and a standard concurrent queue suffices
- you are not on .NET 6+ or .NET Standard 2.1
Facets
library · maturity active
message-queue concurrency developer-tools performance microservices dotnet cross-platform lmax-disruptor inter-thread-messaging lock-free ring-buffer ipc high-performance
1 source
- readme: https://github.com/disruptor-net/Disruptor-net · fetched 2026-08-28 · 376524923870
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| disruptor-net/Disruptor-net | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="disruptor-net/Disruptor-net")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem