[GitHub] flink pull request #5104: [FLINK-8172][network] Write directly to memorySegm...

2018-01-08 Thread pnowojski
Github user pnowojski closed the pull request at: https://github.com/apache/flink/pull/5104 ---

[GitHub] flink pull request #5104: [FLINK-8172][network] Write directly to memorySegm...

2017-11-30 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/5104#discussion_r154024973 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/serialization/SpanningRecordSerializer.java --- @@ -107,6 +110,7 @@ public Seria

[GitHub] flink pull request #5104: [FLINK-8172][network] Write directly to memorySegm...

2017-11-30 Thread pnowojski
GitHub user pnowojski opened a pull request: https://github.com/apache/flink/pull/5104 [FLINK-8172][network] Write directly to memorySegment in RecordSerializer This increases throughput of network stack by factor of 2, because previously method getMemorySegment() was called twice p