ModernUO/Projects
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
..
Server fix: Eliminates string allocations while writing gump packets (#1017) 2022-05-10 18:50:23 -07:00
Server.Tests fix: Streamlines gump compilation (#969) 2022-03-22 23:46:10 -07:00
UOContent fix: Fixes factions and makes it static (#993) 2022-05-10 11:57:37 -07:00
UOContent.Tests fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00