gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Consider implementing Value interface for PropertyValue

Open s1ck opened this issue 8 years ago • 0 comments
trafficstars

Currently we implement WritableComparable. We should benchmark how this behaves when it onlyimplements Flink's Value interface (and of course Comparable<PropertyValue>).

For GradoopId, it turned out that implementing only Value leads to better runtimes in comparison to implementing Writable and Value.

s1ck avatar Dec 16 '16 15:12 s1ck