Discussion about this post

User's avatar
Mitch Spradlin's avatar

For folks interested in building systems that use message-passing, I highly recommend the book Enterprise Integration Patterns: https://en.wikipedia.org/wiki/Enterprise_Integration_Patterns?wprov=sfti1

It’s really helpful for thinking about a design at a more abstract level (this filters messages, this routes messages, etc.) and exposing you to more tools you might employ (like a return address for receiving replies.)

Expand full comment
John Stanhope's avatar

For data structures, what about dictionaries implemented as either hash tables or RB trees?

Expand full comment
2 more comments...

No posts