-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Motivation
In some case, it's not necessary to update the whole common data. It's better to support manage common data in object with patches for performance.
Function Specification
Add patch_context in FlameInstance and patch_common_data in SessionContext
Solutions
In cache, the object will be maintained with patches.
Additional context
N/A