TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LMAX Disruptor: High performance method for exchanging data between threads

1 pointsby ranitabout 3 years ago

1 comment

l-albertovichabout 3 years ago
I implemented something very similar in C using shared memory and a custom multi producer &#x2F; consumer ring buffer for a different exchange. It was NEAT.<p>I loved how the code turned out and how performant it was and would love to talk to people who went through the same.