File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Benchmarking
2
2
3
- TODO: This section has to be improved.
4
- For now I'm just linking to issue #27 where
5
- I described a bit how to start with benchmarking.
3
+ Performance optimization is a tedious but very rewarding practice if done right.
4
+ It requires rigor and sometime arcane knowledge of lol level details.
5
+ If you are interested in performance optimization for pubgrub,
6
+ we suggest reading first [ The Rust Performance Book] [ perf-book ]
6
7
7
- ## Performance analysis
8
+ [ perf-book ] : https://nnethercote.github.io/perf-book/
8
9
9
- ## Profiling
10
-
11
- ## Effect of code layout on performance
10
+ ## Side note about code layout and performance
12
11
13
12
Changing your username has an impact on the performances of your code.
14
13
This is not clickbait I promess, but simply an effect of layout changes.
You can’t perform that action at this time.
0 commit comments