Skip to content

Remove spurious unique_lock which prevents parallel processing

Timon Heim requested to merge multithread_proc into devel

I believe that these spurious locks actually prevent processors from running in parallel. They should not be needed for the CV system which is fully contained in ClipBoard.

@bgallop Can you confirm my thoughts?

This might explain certain processing bottlenecks I've experienced in the past.

Merge request reports

Loading