Skip to content

Commit 68c73ce

Browse files
authored
Create performance_improvement.md
1 parent 6eb14db commit 68c73ce

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
### Requirements for Contributing a Performance Improvement
2+
3+
* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
4+
* The pull request must only affect performance of existing functionality. To contribute other changes, you must use a different template. You can see all templates at https://github.com/etr/libhttpserver/tree/master/.github/PULL_REQUEST_TEMPLATE.
5+
* After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see https://github.com/etr/libhttpserver/tree/master/CONTRIBUTING.md#pull-requests.
6+
7+
### Description of the Change
8+
9+
<!--
10+
11+
We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.
12+
13+
-->
14+
15+
### Quantitative Performance Benefits
16+
17+
<!--
18+
19+
Describe the exact performance improvement observed. Describe how you measured this change. Bonus points for including graphs that demonstrate the improvement or attached dumps from the built-in profiling tools.
20+
21+
-->
22+
23+
### Possible Drawbacks
24+
25+
<!-- What are the possible side-effects or negative impacts of the code change? -->
26+
27+
### Verification Process
28+
29+
<!--
30+
31+
What process did you follow to verify that the change has not introduced any regressions?
32+
33+
-->
34+
35+
### Applicable Issues
36+
37+
<!-- Enter any applicable Issues here -->
38+
39+
### Release Notes
40+
41+
<!--
42+
43+
Please describe the changes in a single line that explains this improvement in
44+
terms that a user can understand. This text will be used in libhttpserver's release notes.
45+
46+
If this change is not user-facing or notable enough to be included in release notes
47+
you may use the strings "Not applicable" or "N/A" here.
48+
49+
Examples:
50+
51+
- The GitHub package now allows you to add co-authors to commits.
52+
- Fixed an issue where multiple cursors did not work in a file with a single line.
53+
- Increased the performance of searching and replacing across a whole project.
54+
55+
-->

0 commit comments

Comments
 (0)