You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/07/24 10:44:04 UTC

[jira] [Created] (FLINK-2404) LongCounters should have an "addValue()" method for primitive longs

Stephan Ewen created FLINK-2404:
-----------------------------------

             Summary: LongCounters should have an "addValue()" method for primitive longs
                 Key: FLINK-2404
                 URL: https://issues.apache.org/jira/browse/FLINK-2404
             Project: Flink
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.10
            Reporter: Stephan Ewen
             Fix For: 0.10


Since the LongCounter is used heavily for internal statistics reporting, it must have very low overhead.

The current "addValue()" method always boxes and unboxes the values, which is unnecessary overhead.



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