Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 482 Bytes

Readme.md

File metadata and controls

9 lines (6 loc) · 482 Bytes

NDisruptor - .NET Framework Clone of Disruptor - Concurrent Programming Framework

To understand the problem the Disruptor is trying to solve, and to get a feel for why this concurrency framework is so fast, read the Technical Paper. It also contains detailed performance results.

What is the Disruptor?

Read more at http://code.google.com/p/disruptor/