quadiron
quadiron copied to clipboard
Multi-Threading
That uses threads.
For threading we can use what the stdlib provides, see http://www.cplusplus.com/reference/multithreading/
The threaded encoding/decoding functions shall be in the lib itself, and would be what people would use if they wanted to use the lib with the max performance without worrying too much about the details. We shall select the underlying best FECs respectively to speed, rate, symbols, etc
What do you think about OpenMP?
I think that's an extra external dependency, so I would rather stay with the stdlib at first (except if there is a killer feature of OpenMP).