Explore >> Select a destination


You are here

bruun.co
| | werat.dev
6.1 parsecs away

Travel
| | 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
7.5 parsecs away

Travel
| | After playing around with recent versions of PyPy and Node.js, I've discovered some things that may surprise you.
| | sigpwned.com
3.1 parsecs away

Travel
| | This is the first post in a three-post series covering the fundamentals of software optimization. You can find the introduction here. You can find Part II here. You can find the companion GitHub repository here. The introduction motivated why software optimization is a problem that matters, reflected on the fundamental connection between the scientific method
| | blog.bytequalia.com
22.7 parsecs away

Travel
| The AWS Cloud Map MCS Controller for Kubernetes is an open source project that implements the upstream multi-cluster services API (mcs-api) specification. Learn all about the mcs-api, and how to deploy the AWS Cloud Map MCS Controller for Kubernetes in support of seamless, multi-cluster workload deployments on Amazon EKS.