Hacker News new | ask | show | jobs
by GenericCanadian 664 days ago
I wrote this in Crystal lang to learn more about it and the language: https://github.com/nolantait/disruptor.cr

There is a Ruby version that is also very readable: https://github.com/ileitch/disruptor

1 comments

And here's a version in Rust: https://crates.io/crates/disruptor

(Disclaimer: I wrote it.)