AlasdairMcLean / HBM-Go

Library originally intended for software package for human brain mapping using TMS-EMG of motor cortex
https://alasdairmclean.github.io/HBM-Go/index.html
0 stars 0 forks source link

Key events get backed up #11

Open AlasdairMcLean opened 6 years ago

AlasdairMcLean commented 6 years ago

Key events can get backed up in the background (time.Now() and time.Since() reveals no slowdown within the functions) if spammed; program slows dramatically. Time shows that each op takes at most 2-3ms, but more often ~1ms. However, backup can increase to up to a few seconds.

We should look for ways to mitigate the backup.