You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Julien Tournay (JIRA)" <ji...@apache.org> on 2019/01/04 09:43:00 UTC

[jira] [Created] (BEAM-6366) NullableCoder could be more space efficient

Julien Tournay created BEAM-6366:
------------------------------------

             Summary: NullableCoder could be more space efficient
                 Key: BEAM-6366
                 URL: https://issues.apache.org/jira/browse/BEAM-6366
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Julien Tournay
            Assignee: Kenneth Knowles


NullableCoder uses one byte to encode the presence or absence of data when a single bit should be enough. (see javadoc https://beam.apache.org/releases/javadoc/2.9.0/org/apache/beam/sdk/coders/NullableCoder.html and source: https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/coders/NullableCoder.java#L49-L50).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)