-
What is the guideline or procedure for (small) performance improvements of one of the existing implementations? Different cases:
So what should be done in these cases? Considerations:
Please advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
You can always open PRs for changes to your own solutions, however small. We'll merge these quickly, provided that they don't break the solution and stay in line with its documented characteristics (algorithm, faithfulness, bits per prime).
You can open a PR for a solution authored by someone else, if the change you're making is not too big. You can ask for a review by the author by mentioning them in the PR description; I've recently done this myself in #219. We will then allow the original author to respond (and voice any objections they may have). If it is a small and obvious improvement and the original author doesn't respond, we are likely to still merge the PR after some time. A…