hashrocket / websocket-shootout

A comparison of websocket servers in multiple languages and frameworks
MIT License
429 stars 76 forks source link

Rust Suggestion #55

Open JeremyRubin opened 6 years ago

JeremyRubin commented 6 years ago

Hi!

Suggesting that in Rust you may wish to eliminate the atomic workers counter? It doesn't seem to be present in the other examples.

A SeqCst operation happening forces a full memory ordering and could have a large performance impact.