[
https://issues.apache.org/jira/browse/FLINK-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14651893#comment-14651893
]
ASF GitHub Bot commented on FLINK-2471:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/flink/pull/973#issuecomment-127256237
The minus operation is not really evaluated in isolation. It is part of the
processor instruction pipeline at that point (see superscalar execution
architectures). It will most likely be computed in flight with other
instructions without adding overhead, because the pipeline's throughput is at
that point not limited by the ALU. Judging the cost or an isolated operation
does not work any more on modern processors.
The processing time is in almost all cases dominated stalls in the pipeline
doe to fetching variables from memory.
> FileSinkFunction invoke performance optimize
> --------------------------------------------
>
> Key: FLINK-2471
> URL: https://issues.apache.org/jira/browse/FLINK-2471
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Affects Versions: 0.8.1
> Reporter: fangfengbin
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)