You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/14 07:42:52 UTC

[GitHub] Clarkkkkk commented on issue #6683: [FLINK-10325] [State TTL] Refactor TtlListState to use only loops, no java stream API for performance

Clarkkkkk commented on issue #6683: [FLINK-10325] [State TTL] Refactor TtlListState to use only loops, no java stream API for performance
URL: https://github.com/apache/flink/pull/6683#issuecomment-421260811
 
 
   Hi @Aitozi, loop does perform better than stream api, but the gain by using loop seems so little with the operations like update and collect. However, for the simplicity, I prefer the  stream api. What do you think? @azagrebin 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services