Explore >> Select a destination


You are here

tobert.github.io
| | werat.dev
19.0 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.
| | victoriametrics.com
17.8 parsecs away

Travel
| | One of the latest benchmarks we made was 'VictoriaMetrics: scaling to 100 million metrics per second'. While the fact of such scale for ...
| | serverascode.com
8.2 parsecs away

Travel
| | A techno-blog for our techno-times
| | adityarohilla.com
36.0 parsecs away

Travel
| This short post is written for recent graduates, current students and code newbies looking for a job as a Software Engineer in the Big N companies like Google, Facebook, Amazon, Netflix etc. I have personally tried most of the resources mentioned here (free and paid) during my job search. These have helped me to land...