Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Improvment on clustering performance #3862

Merged
merged 3 commits into from
Mar 31, 2018

Commits on Mar 10, 2018

  1. Improving the way _updateState deals with deleted edges

    Joao Menighin committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    54e420e View commit details
    Browse the repository at this point in the history
  2. Realized can't simply use it as a Set to check existence. Set the val…

    …ue as the edgeId as well.
    Joao Menighin committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    46571b5 View commit details
    Browse the repository at this point in the history
  3. Removing the 1 line that was making my clustering take 10 seconds to …

    …load instead of 1! =D
    
    That clone was is not needed once we just clone and check for the join condition.
    Joao Menighin committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    52ed6a9 View commit details
    Browse the repository at this point in the history