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
Copy file name to clipboardExpand all lines: README.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,23 @@
1
1
# go-perftuner
2
2
3
+
[![build-img]][build-url]
4
+
[![pkg-img]][pkg-url]
5
+
[![reportcard-img]][reportcard-url]
6
+
[![coverage-img]][coverage-url]
7
+
3
8
Helper tool for manual Go code optimization.
4
9
5
10
This tool gives you an easy way to get the Go compiler output regarding specific optimisations. Like: function inlining, variable escape and bounds checks.
6
11
12
+
# Notes
13
+
14
+
The original implementation was started by [@quasilyte](https://github.com/quasilyte) thanks to him :tada: Than supported by [@cristaloleg](https://github.com/cristaloleg) and now is part of [go-perf](https://github.com/go-perf) organization.
0 commit comments