Optimize Mumble Link identity JSON parsing #39
Labels
Area: Mumble Link
Related to the Mumble Link API
Duration: Short
Less than 2 hours of estimated work
Priority: Medium
Medium priority
Resolution: Fixed
The issue has been fixed
The identity is currently cached, but further improvements can be done:
.ToString()
call of the race allocates a new string every time, even if it's the same. A static lookup dictionary can be a solutionThe text was updated successfully, but these errors were encountered: