Skip to content

piotr-g/Disruptor-net

This branch is 7 commits ahead of, 428 commits behind disruptor-net/Disruptor-net:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b9aec2 · Sep 22, 2014

History

43 Commits
Dec 31, 2011
Dec 31, 2011
Dec 31, 2011
Dec 23, 2011
Jul 10, 2013
Sep 22, 2014
Dec 18, 2011
Sep 22, 2014
Jul 10, 2013
Dec 18, 2011
May 27, 2013
Dec 31, 2011
Sep 22, 2014
Jul 3, 2013
Dec 30, 2011
Dec 31, 2011
May 28, 2013
Sep 22, 2014
Dec 31, 2011
Jul 10, 2013
Sep 22, 2014
Sep 22, 2014
Sep 22, 2014
Sep 22, 2014

Repository files navigation

.NET port of LMAX Disruptor

This project aims to provide the full functionality of the Disruptor to CLR projects.

What's new?

11/7/2013 (v2.10.0):

  • All features available in Java Disruptor 2.10.0 have been ported

Getting Started

The quickest way to get started with the disruptor is by using the NuGet package

Build from source and run tests

You may also build disruptor directly from the source:

  • you need Visual Studio 2010
  • run build.bat, it will compile, run the tests and output binaries and results into Target folder

You can then run the performance tests: runPerfTest.bat

License

Copyright Olivier Deheurles

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Port of LMAX Disruptor to .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%