Skip to content

1.3.0

Compare
Choose a tag to compare
@filipovskis filipovskis released this 27 Apr 16:42
· 33 commits to master since this release
4161aba

Performance Improvements

Filter System Rework

All filters are identified by their integer indexes in a list, so when a server sends message to players' console it uses net.WriteUInt instead of net.WriteString, also the number of bits in WriteUInt operation corresponds to the amount of filters.

Message Handling Optimization

Very major performance improvements and a bit of micro optimization things.