-
Notifications
You must be signed in to change notification settings - Fork 8
Attempt to use a prefix hook in EFL #92
Copy link
Copy link
Open
Labels
EnhancementImprovements to the user or player experience.Improvements to the user or player experience.
Description
it would be a significant optimization to prefix-hook the method, allocate our own handle container struct, and hook the/any method which frees such structure (because the game cannot free what we have allocated, and vice versa)
right now the game proceeds with a complete VBF load and then we perform an additional load with EFL if required, which is correct but not ideal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementImprovements to the user or player experience.Improvements to the user or player experience.
Type
Projects
Status
Planning