ModernUO/Projects/Server.Tests/Tests
Kamron Batman c166e113b1
fix: Streamlines gump compilation (#969)
Changes gump compilation to use string interpolation. .NET 6 uses code generation and compile time tricks to speed up string interpolation between 15 and 30% and reduce allocations dramatically.
2022-03-22 23:46:10 -07:00
..
Buffers feat: Adds a single threaded array pool (#967) 2022-03-22 09:58:24 -07:00
Collections fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Network fix: Streamlines gump compilation (#969) 2022-03-22 23:46:10 -07:00
Serialization feat: Source generated Serialization/Deserialization (#550) 2021-05-23 21:06:23 -07:00
Timer feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Utility fix(core): Fixes string wrapping for houses (#717) 2021-08-22 10:01:01 -07:00