nilnil
The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value. (by Antonboom)
go-perfguard
CPU-guided performance analyzer for Go (by quasilyte)
nilnil | go-perfguard | |
---|---|---|
1 | 1 | |
65 | 76 | |
- | - | |
6.6 | 0.0 | |
28 days ago | over 2 years ago | |
Go | Go | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nilnil
Posts with mentions or reviews of nilnil.
We have used some of these posts to build our list of alternatives
and similar projects.
go-perfguard
Posts with mentions or reviews of go-perfguard.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How can I learn more about how Go is optimizing/compiling my program? E.g. why certain functions get inlined but not others, why certain things escape to the heap, how much copying is happening, etc.
There's also this tool that you may find interesting: https://github.com/quasilyte/go-perfguard
What are some alternatives?
When comparing nilnil and go-perfguard you can also consider the following projects:
go-ruleguard - Define and run pattern-based custom linting rules.
grype - A vulnerability scanner for container images and filesystems
go-critic - The most opinionated Go source code linter for code audit.
woke - Detect non-inclusive language in your source code.
reviewdog - 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language