gradoop
gradoop copied to clipboard
Consider implementing Value interface for PropertyValue
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.