jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

The enter comment box takes a long time to return. #48

Closed wiseone13 closed 10 years ago

wiseone13 commented 10 years ago

Steps to reproduce:

  1. Disassemble something
  2. Hit ';'
  3. Type something
  4. Hit enter
  5. Wait ~3 seconds This is very slow. I do not know why.
direwolf314 commented 10 years ago

The current implementation re-renders the entire data structure when something is changed - hence the ~3 second waiting period. I'm working on partial re-rendering now.

direwolf314 commented 10 years ago

Not counting possible delays introduced by multiprocessing - this should be done now with 74083a14d04db0a19c05db0d59f5af462dbd4348