# disruptor-net/Disruptor-net

Port of LMAX Disruptor to .NET

Repository: https://github.com/disruptor-net/Disruptor-net
Canonical: https://ross.abutalabs.com/products/disruptor-net
Language: C#
License: NOASSERTION
License Family: other
Last push: 2026-04-11T17:07:28+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 76, release rhythm 8, longevity 100
- inputs: {"age_days": 5372, "days_push": 144, "days_rel": 444, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1330, forks 227 (observed 2026-08-28T04:04:24.073022+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: message-queue, concurrency
- domain: developer-tools, performance, microservices
- platform: dotnet, cross-platform
- tags: lmax-disruptor, inter-thread-messaging, lock-free, ring-buffer, ipc, high-performance

## Member repositories
- disruptor-net/Disruptor-net (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:24.073022+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:45:31.224664+00:00, confidence not recorded.
  - readme: https://github.com/disruptor-net/Disruptor-net (fetched 2026-08-28T04:04:24.073022+00:00, sha 376524923870)
- Data as of 2026-08-30T08:39:29.467469+00:00.
