mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
87 stars 7 forks source link

Minor performance tune #127

Closed codesections closed 4 years ago

codesections commented 4 years ago

This PR contains a few minor performance improvements I made yesterday (e.g., using a faster HashMap implementation, enabling more compile-time optimizations, etc.) Since writing this code, I have found a different approach that will have a more dramatic improvement on Flodgatt's CPU use, these more minor changes don't hurt, so I am pushing them anyway.