Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
We're currently using the class allocator for allocating RemapPlugins instances, even when no remap processing threads are enabled. This is a bit wasteful, since we can just allocate this (quickly) on the current thread stack.