You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, really cool project. I have few improvements ideas.
The performance. I tested the app with the hashtag icantbreath, and it ran slower each time it found some new tweets and the memory was around 3 Go of RAM. So i clicked stabilize and the program did not respond for few minutes.
Once you click stabilize, you cannot restart receiving new tweets.
I putted the program full screen and sadly the graph did not resize itself
Best regards,
The text was updated successfully, but these errors were encountered:
Hello,
Unfortunately, this software has a limit, that of the power of the computer!
We have done a lot of testing and it is impossible for me to display more than 1000 nodes correctly.
The stabilize function also has the same limits, it is not recommended to use this function with more than 200 nodes
Regarding the size of the main window, you can modify it in this way:
For the compiler versions, open resources/app/index.html, search: height: 270px;
Replace by: height: 670px;
Hello,
First of all, really cool project. I have few improvements ideas.
The performance. I tested the app with the hashtag icantbreath, and it ran slower each time it found some new tweets and the memory was around 3 Go of RAM. So i clicked stabilize and the program did not respond for few minutes.
Once you click stabilize, you cannot restart receiving new tweets.
I putted the program full screen and sadly the graph did not resize itself
Best regards,
The text was updated successfully, but these errors were encountered: