posted on
Tuesday, April 15, 2008 4:48 PM |
I fell to the common flu or something on Sunday night and wanted to die. So my work as of late has been light since working on a cold concrete floor only made me want to cool off my head on it and fall asleep again.
What I did do was realize a serious problem. Updating the UI caused a massive spike in processing time. Normally I'd get about 100 to 111 cycles but on updating the UI, I'd see a massive 100ms lag. This is very bad. SO, I created a way to do UI updating when I need to verify data and then data logging when I don't.
I'll have to add in a 3rd condition of "don't track anything" since this is a tad memory greedy over time.