You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Thomas Groh (JIRA)" <ji...@apache.org> on 2016/08/17 18:56:23 UTC

[jira] [Created] (BEAM-560) In JAXBCoder, use a pair of ThreadLocals to cache Marshaller/Unmarshaller

Thomas Groh created BEAM-560:
--------------------------------

             Summary: In JAXBCoder, use a pair of ThreadLocals to cache Marshaller/Unmarshaller
                 Key: BEAM-560
                 URL: https://issues.apache.org/jira/browse/BEAM-560
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Thomas Groh
            Assignee: Davor Bonaci
            Priority: Minor


Marshallers and Unmarshallers are created per-element. Instead, they can be created per-thread and stored within a ThreadLocal which creates a new instance on calls to initialValue(), which allows them to be reused for all elements encoded or decoded by the coder.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)