Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sim Feature: Can start/stop the graph sim from running #27

Open
devonh opened this issue Jan 26, 2022 · 0 comments
Open

Sim Feature: Can start/stop the graph sim from running #27

devonh opened this issue Jan 26, 2022 · 0 comments
Labels
enhancement New feature or request simulator Pinecone simulator

Comments

@devonh
Copy link
Collaborator

devonh commented Jan 26, 2022

The visjs graph can consume a lot of processor time when simulating large networks. This results in two potentially undesirable behaviours.

  1. simulation state update messages taking longer to be processed as they are received
  2. processor usage gets really high

It would be beneficial to be able to "pause" the visjs simulation. This would greatly reduce the processing currently happening and allows the sim ui to quickly process new updates. Visjs already has this ability in the API, the sim just needs some added UI and to have it hooked up.

@devonh devonh added enhancement New feature or request simulator Pinecone simulator labels Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request simulator Pinecone simulator
Projects
None yet
Development

No branches or pull requests

1 participant