wiremod / wire

Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions.
http://www.wiremod.com
Apache License 2.0
551 stars 331 forks source link

Reduce E2 __index calls #3006

Closed thecraftianman closed 6 months ago

thecraftianman commented 6 months ago

This skips the expensive entity __index calls in some frequently called functions by just calling GetTable() directly and reuses calls where possible, which helps to reduce the general performance impact of E2 execution a little bit.