ModernUO/Projects/Server/Network
Kamron Batman b0f8fe0350
fix: Optimize OrderedHashSet and introduce more high perf collections (#679)
* Optimizes OrderedHashSet using the learnings here: https://github.com/dotnet/runtime/issues/10050
* Removes ValueCollection since it was a relic from the conversion of the OrderedDictionary
* Centralizes throw strings.
* Adds pooled ordered hash set (but doesn't use it)

Closes #448
2021-08-08 21:37:25 -07:00
..
NetState feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Packets fix: Optimize OrderedHashSet and introduce more high perf collections (#679) 2021-08-08 21:37:25 -07:00
EncodedPacketHandler.cs Renames pvSrc (#277) 2020-10-17 22:04:44 -07:00
EncodedReader.cs Update Readers/Writers for Buffers & Fixes bugs (#283) 2020-10-24 14:46:59 -07:00
ISocket.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
NetworkCompression.cs fix(core): Removes refs for network stack (#461) 2021-02-05 01:11:13 -08:00
NetworkSocket.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
PacketHandler.cs fix(core): Handles a rare NPE with LoginTimer (#508) 2021-02-11 23:47:02 -08:00
PacketUtilities.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
Pipe.cs fix(serialization): Updates serialization flow & fixes serializing accounts (#521) 2021-02-24 22:14:15 -08:00
ServerInfo.cs fix(core): Fixes IPMatch and some cleanup (#443) 2021-02-03 14:31:02 -08:00
TcpServer.cs chore(logging): Logging cleanup (#580) 2021-04-23 18:57:42 -07:00