This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
forked from almende/vis
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvment on clustering performance (almende#3862)
* Improving the way _updateState deals with deleted edges * Realized can't simply use it as a Set to check existence. Set the value as the edgeId as well. * 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.
- Loading branch information
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters