jchristman / PyDA

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

improve textbox speed #22

Closed jchristman closed 10 years ago

jchristman commented 10 years ago

Recent changes seem to have severely impacted the performance of the textbox. Examine why this is happening and fix it.

jchristman commented 10 years ago

It's as good as it's gonna get for milestone v0.1. My suggestion for now - don't scroll too fast! Known issue is arrows on the scrollbar are super glitchy, scrolling super fast will get to the end of the buffer for some reason, and overall, the dragging is pretty slow. Optimizations can come later as well as bug hunting.