iTrace-Dev / iTrace-VisualStudio

Visual Studio plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
4 stars 1 forks source link

Asyncronous Socket Reading #22

Closed dtg3 closed 5 years ago

dtg3 commented 5 years ago

Past solutions have both used polling to collect socket data. It might provide a performance enhancement to the plugin if we could figure out how the AsyncRead works so we can respond to events vs. busy waiting.

We might fight the performance difference is negligible due to the data rate, but the line/col look seems to be expensive so we need to try a squeeze all the cycles we can. Figuring this out would also help improve the implementation of socket reading for the GazePoint Tracker as well.

dtg3 commented 5 years ago

We are moving away from a real-time solution, so this it most likely a moot point. Closing issue.