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

2018-09-15 Thread GitBox
Clark 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-421695107 @tillrohrmann Thanks for your reply. Sounds reasonable.

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

2018-09-14 Thread GitBox
Clark 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