-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-Threading #249
Comments
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). |
That uses threads.
The text was updated successfully, but these errors were encountered: