issues
search
unix-streamdeck
/
streamdeckd
BSD 3-Clause "New" or "Revised" License
51
stars
8
forks
source link
Feat/optimizations
#3
Closed
The-Jonsey
closed
4 years ago
The-Jonsey
commented
4 years ago
Refactored SetPage so all keys on page are rendered on seperate threads, to reduce page change latency
Added semaphore lock around SetImage to prevent handlers running on other threads interfering with each other
Refactored resizing of frames on GifHandler to happen before loop