Description
The CloneVertexProgram does nothing in its execute() method, but in SparkGraphComputer it has to process as standard GraphComputer semantics, which takes many unnecessary computation. In fact, registering a special SparkVertexProgramInterceptor with empty apply() can improve the overall performance a lot.