Hacker News new | ask | show | jobs
by epinephrinios 1050 days ago
I worked on this team for 3 years along the OGs behind BMQ, specifically on a closed-source middleware with very similar architecture. I am very happy that they finally open sourced one of their main projects!

They have very strict standards which are necessary given that C++ really is a minefield. We did a great job avoiding UB by following those coding standards. There is some verbosity that can be avoided but hey these are details.

Personally, I have moved to Rust since then and I am not looking back.

1 comments

Is there something like BMQ but in Rust? Seems interesting you mentioned it.