Skip to content
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

Open
vrancurel opened this issue Oct 9, 2018 · 4 comments
Open

Multi-Threading #249

vrancurel opened this issue Oct 9, 2018 · 4 comments
Assignees

Comments

@vrancurel
Copy link
Contributor

vrancurel commented Oct 9, 2018

That uses threads.

@slaperche-scality
Copy link
Contributor

For threading we can use what the stdlib provides, see http://www.cplusplus.com/reference/multithreading/

@vrancurel
Copy link
Contributor Author

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

@lamphamsy
Copy link
Contributor

What do you think about OpenMP?

@slaperche-scality
Copy link
Contributor

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).

@vrancurel vrancurel changed the title Do a high-performance shell on top of quadiron Multi-Threading Oct 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants