Skip to content

Performance Improvements

Kostas FILIPPOPOLITIS requested to merge dev_exploration_on_performance into master

Created by: ThanKarab

Changes:

  • Removing the union step from all algorithms, and copying everything to the master node in the local step.
  • Removing the creation of the path in the init phase of iterative algorithms.
  • Compression of the db turned off.

Merge request reports