gmierz / pupil-lib

Event extraction library for Pupil Labs eye tracker data.
GNU General Public License v3.0
10 stars 2 forks source link

Remove multi-threading capability. #3

Open gmierz opened 6 years ago

gmierz commented 6 years ago

This capability was put in place in the hopes that it would speed things up, but the difference is not measurable. Either this needs to be removed all together, or replaced with multi-processing.

gmierz commented 5 years ago

So far, the logger has been changed to a single-process logger which also makes the output cleaner. The only thing left now is to remove the worker count arguments and remove the code which uses it.