buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
654 stars 113 forks source link

Improve performance by moving GetBitmap to another thread, and disable manual GC #25

Closed jessehardy closed 7 years ago

jessehardy commented 7 years ago

I have large PNG pictures, and everytime the slideshow changes, I get a second delay to my input, which is interfering the normal process of coding. This change eliminates the delay most of the time. I'm not very familiar with C#, so please review this!

buchizo commented 7 years ago

@jessehardy I tried merge your code, but async solution include issue #26 , I think so. Unfortunately, this merge revert to old because I couldn't resolve that issue with my skills.