1. Retlang

    By:

    Retlang is a high performance C# threading library (see Jetlang for a version in Java). The library is intended for use in message based concurrency similar to event based actors in Scala. The library does not provide remote messaging capabilities. It is designed specifically for high performance in-memory messaging.

  2. Optimistic Concurrency for MongoDB in .NET

    By:

    This library is for adding optimistic concurrency control to MongoDB using techniques similar to Entity Framework as well as adding basic DbContext type of functionality to your applications.

  3. Disruptor-net

    By:

    Port of LMAX Disruptor to .NET

  4. CorLib

    By:

    CorLib is a class-library containing many useful types missing from the .NET Framework, such as Gate, AtomicUInt64, & EventLoopSchedulerSlim, and extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!

  5. Corlib-Reactive

    By:

    Corlib-Reactive is a class-library containing many useful types missing from the .NET Framework, such as the EventLoopSchedulerSlim, extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!

  6. disruptor-fork

    By:

    Fork of LMAX Disruptor in .NET

  7. Monads for .NET

    By:

    Monads for .NET is helpers for C# which makes easier every day of your developer life. Now supports .NET 3.5-4.0, Silverlight 3-5 and Windows Phone 7. In functional programming, a monad is a programming structure that represents computations. Monads are a kind of abstract data type constructor that encapsulate program logic instead of data in the d... More information

  8. XcoAppSpace

    By:

    The AppSpace makes asynchronous, parallel and distributed communication easy. It provides a flexible and intuitive messaging model that fits to every kind of distribution and parallelization scenario. It supports different transport services like TCP, MSMQ, Jabber and Azure. It makes parallel programming easy by leveraging the features of Microsoft... More information

  9. Enact

    By:

    Lightweight, Erlang-style actors for .NET languages based on Mono.Tasklets.

  10. Must Framework - Metrics

    By:

    Capturing CLR and application-level metrics. So you know what's going on. An port of Coda Hale's Metrics library targeting the .NET 2.0 CLR. This is not an idiomatic port but is very similar to coda library. The main difference resides in the way this libray handles concurrency.

  11. Fibrous

    By:

    High performance concurrency library using Fibers and Ports. Fork of Retlang.

    107 downloads

  12. Must Framework - Metrics service client

    By:

    Capturing CLR and application-level metrics. So you know what's going on. An port of Coda Hale's Metrics library targeting the .NET 2.0 CLR. This is not an idiomatic port but is very similar to coda library. The main difference resides in the way this libray handles concurrency.