You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rayon is an open source project! If you'd like to contribute to Rayon, check out [the list of "help wanted" issues](https://github.com/rayon-rs/rayon/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). These are all (or should be) issues that are suitable for getting started, and they generally include a detailed set of instructions for what to do. Please ask questions if anything is unclear! Also, check out the [Guide to Development](https://github.com/rayon-rs/rayon/wiki/Guide-to-Development) page on the wiki. Note that all code submitted in PRs to Rayon is assumed to [be licensed under Rayon's dual MIT/Apache2 licensing](https://github.com/rayon-rs/rayon/blob/master/README.md#license).
101
+
Rayon is an open source project! If you'd like to contribute to Rayon,
102
+
check out
103
+
[the list of "help wanted" issues](https://github.com/rayon-rs/rayon/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
104
+
These are all (or should be) issues that are suitable for getting
105
+
started, and they generally include a detailed set of instructions for
106
+
what to do. Please ask questions if anything is unclear! Also, check
107
+
out the
108
+
[Guide to Development](https://github.com/rayon-rs/rayon/wiki/Guide-to-Development)
109
+
page on the wiki. Note that all code submitted in PRs to Rayon is
110
+
assumed to
111
+
[be licensed under Rayon's dual MIT/Apache 2.0 licensing](https://github.com/rayon-rs/rayon/blob/master/README.md#license).
101
112
102
113
## Quick demo
103
114
104
115
To see Rayon in action, check out the `rayon-demo` directory, which
105
116
includes a number of demos of code using Rayon. For example, run this
106
-
command to get a visualization of an nbody simulation. To see the
117
+
command to get a visualization of an n-body simulation. To see the
107
118
effect of using Rayon, press `s` to run sequentially and `p` to run in
0 commit comments