fedjabosnic / hotfix

Low latency fix engine for .net
GNU Lesser General Public License v3.0
16 stars 5 forks source link

Feature/length checksum checks #2

Closed GeorgeF0 closed 7 years ago

GeorgeF0 commented 7 years ago

Changes:

Note: Using helper methods in the parsing method to keep the code clean has a huge negative effect in performance. Inlining the code provides a huge benefit at the cost of having a giant parse method to work with (see issue #1).