|
You are here |
bruun.co | ||
| | | | |
werat.dev
|
|
| | | | | Benchmarks are often underestimated and don't get the same attention as tests. However "performance is a feature" and when something is not tested it might as well be just broken. If the performance is not measured/tracked regressions are inevitable. Modern tooling makes it really easy to write benchmarks. Some languages have built-in support, for example, Rust comes with cargo bench (docs) and Go has go test -bench (docs). For C++ there is google/benchmark - not as streamlined as having it built into the language infrastructure, but still definitely worth the effort. | |
| | | | |
blog.kgriffs.com
|
|
| | | | | After playing around with recent versions of PyPy and Node.js, I've discovered some things that may surprise you. | |
| | | | |
github.com
|
|
| | | | | Performance comparison between various String and Pattern operations in Java - sigpwned/string-regex-benchmarks | |
| | | | |
www.nbcnews.com
|
|
| | | The aspiring app developers of today no longer have to be fluent in coding. | ||