-
Notifications
You must be signed in to change notification settings - Fork 525
Java OTF User Guide
Martin Thompson edited this page Dec 27, 2013
·
21 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.