Explore >> Select a destination


You are here

xnacly.me
| | www.cppstories.com
28.6 parsecs away

Travel
| | After I finished my last post about a performance timer, I got a comment suggesting other libraries - much more powerful than my simple solution. Let's see what can be found in the area of benchmarking libraries. Intro The timer I've introduced recently is easy to use, but also returns just the basic information: elapsed time for an execution of some code... What if we need more advanced data and more structured approach of doing benchmarks in the system?
| | www.peterbe.com
11.2 parsecs away

Travel
| | ts-node is fine compared to esno and esrun, but bun blows them away
| | www.cppstories.com
32.4 parsecs away

Travel
| | Some time ago I wrote about micro benchmarking libraries for C++ - here's the link. I've described three libraries: Nonius, Hayai, Celero. But actually, I wanted to cover fourth one. Google Benchmark library was at that time not available for my Windows environment, so I couldn't test it. Fortunately, under the original post I got a comment saying that the library is now ready for Visual Studio!
| | ekhabarov.com
97.5 parsecs away

Travel
| Building simplest gRPC service.