Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: Improve performance when matching message types
Feature: Considering that the most encountered message type is (probably) 'text', we should match it as soon as possible; without wasting much time looping through less-likely-to-matched types.
- Loading branch information