You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR optimizes the performance of window type message translation in the ESI Runtime by precomputing translation metadata at connection time. Instead of computing field offsets and performing multiple small memory copies for each message, the translation information is now computed once and stored as an optimized array of copy operations that are sorted and merged to minimize runtime overhead.
0 commit comments