mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-08-01 08:18:20 -04:00
* Avoid boxing of StringTokens in CommandLists Add an additional Token field to our list entries, where we can store StringTokens without allocating on the heap. * Implement IEquatable on StringTokens to avoid boxing in dicts Implementing IEquatable<StringToken> + GetHashCode makes the dictionary use a direct uint comparison with zero boxing.
3.6 KiB
3.6 KiB