Hacker News new | ask | show | jobs
by shripadk 4141 days ago
I agree. "Number of messages a single Node broker can handle: ~10k per second without JSON stringification memoization, ~100k per second with JSON stringification memoization (Nexus Flux socket.io does that for you)." <- Can't be possible. The numbers should be lower with JSON stringification/parsing instead of being 10x.
1 comments

"Memoization" is the key word there. Apparently the author is expecting a lot of identical messages.