Replies: 1 comment
-
There are no explicit contribution guidelines (yet), but you can see some things from the way the repo is organized. So, how the unittests are done in And for an extension like for shuffling it's best to submit a PR, or to develop it in a repo of your own to show how and what it does. (I'll also compare it with extensions/experiments that I keep on a private fork of the public mpyc repo, including work on quicksort for example.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While implementing my own experiments, I've developed several utility functions that may interest other people here. For example, I implemented an
np_shuffle
function that parallelizes the existing functionshuffle
.Hence, I wondered whether you had a documentation detailing contribution guidelines. In particular, I would like to know:
Beta Was this translation helpful? Give feedback.
All reactions