paulo-fernando-silva / vscOctaveDebugger

MIT License
35 stars 4 forks source link

Merge scope fetch into a single command. #10

Closed paulo-fernando-silva closed 5 years ago

paulo-fernando-silva commented 5 years ago

Just a general performance optimization. Right now each variable is fetched individually. That makes parsing simpler and less error prone, but it does make things orders or magnitude slower than fetching everything in as few inter-process messages as possible.

paulo-fernando-silva commented 5 years ago

Might get back to this in the future. But currently I'm not planning to implement it.