TwitWork icon indicating copy to clipboard operation
TwitWork copied to clipboard

size of the screen and performances, ...

Open deckbsd opened this issue 4 years ago • 1 comments

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,

deckbsd avatar Jun 03 '20 13:06 deckbsd

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;

Source: https://github.com/atmoner/TwitWork/issues/6#issuecomment-610286209

atmoner avatar Jun 04 '20 09:06 atmoner