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

Multithreading #3

Open
rNoz opened this issue Jan 12, 2018 · 2 comments
Open

Multithreading #3

rNoz opened this issue Jan 12, 2018 · 2 comments

Comments

@rNoz
Copy link

rNoz commented Jan 12, 2018

Hi,

I am enjoying your book, and I would like to see more in the section C++ compared with Rust (how Rust helps).

Can you elaborate on multithreading (pthreads and std::thread) and OpenMP? I think Rust lacks support for OpenMP, and that's the main reason why I didn't move to Rust. Parallelism is important for me.

Also, Null pointers sections is with a TODO. Are you still working in the section?

@locka99
Copy link
Owner

locka99 commented Jan 14, 2018 via email

@rNoz
Copy link
Author

rNoz commented Jan 14, 2018

Thank you very much. Your work could convince me to try again Rust :P I have seen that people use rayon to do multithreading, but it will be great to know how to deal without external crates, to know the basic API/workflow in Rust like what we do in C++ with std (thread, mutex and cond_var).
Thanks in advance.

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

2 participants