I’m writing HFT software.
Disruptor claims to be a “high performance inter-thread messaging library”, and apparently offers substantial performance improvements.
Is there something with comparable speed for .NET?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Sam already said, disruptor has been ported to dotnet you’ll see more on GitHub Disruptor Net
I was thinking of your question from yonks ago the other day around how I’d approach it today knowing what I now know about concurency (large number of threads = bad).
There are a few patterns you could use here,
I am personally curious enough to work on a few examples if you’ve got any to find what works best when.
There is an overview technical paper you should have a flick through by Disruptor