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
Martin Thompson edited this page Dec 27, 2013
·
22 revisions
Some applications, such as network sniffers, need to decode messages dynamically and thus have to use the Intermediate Representation to decode the messages on-the-fly (OTF).
The Java OTF decoder follows the design principles of the generated codecs and is thread safe to be reused concurrently across multiple threads for memory efficiency.
Note: Due to the dynamic nature of OTF decoding, the stubs generated by the SBE compiler will yield greater relative performance.