mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-06-03 03:44:04 -04:00
* Get rid of native physic query allocations Keep thread local result buffers * Reduce vtable lookups for physic queries Virtualizing has a measurable perf penalty here since these callbacks are very hot. Devirtualize by using CPhysicsShape/CPhysicsBody directly instead.