ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 242 forks source link

Network perf improvements #4205

Closed Mag-nus closed 2 months ago

Mag-nus commented 3 months ago

This utilizes stackalloc in the networking code, where applicable, to avoid excessive allocations of new byte[]

Co-authored-by: @FlaggAC