ModernUO/Projects/Server/Localization
Kamron Batman 87b63b38a5
fix: Eliminates string allocations while writing gump packets (#1017)
* Introduces `RawInterpolatedStringHandler` which is exactly the same as `DefaultInterpolatedStringHandler` except it _unsafely exposes_ it's `ReadOnlySpan<char>` buffer. This is useful for writing the string's data without actually building the string.
* Uses this new string interpolation handler in `SpanWriter` to eliminate intermediate strings built. This is immensely useful in eliminating string allocations in writing Gump packets.
2022-05-10 18:50:23 -07:00
..
Localization.cs fix: Fixes string format of cliloc arguments (#1015) 2022-05-10 00:37:07 -07:00
LocalizationEntry.cs fix: Eliminates string allocations while writing gump packets (#1017) 2022-05-10 18:50:23 -07:00