Avokadoen / TDT4195_code

A primitive openGL renderer made for an NTNU course
0 stars 0 forks source link

Investigate performance of using mpsc vs mutex vs async for input #8

Open Avokadoen opened 3 years ago

Avokadoen commented 3 years ago

Input is recorded in another thread.

There should be some tests to assert which solution works best to solve this

Avokadoen commented 3 years ago

Related to #6