Fred Helmesjö

Results 44 comments of Fred Helmesjö

Any progress on this? Having 12 cores/ 24 threads at your disposal but `docker build` only using 2 is a quite serious bug. FWIW `docker run` uses all cores/threads.

Any reason this doesn't get included?

Issue is still present in VS 17.7.2 (`Compiler Version 19.37.32822 for x64`) with `v1.1.9`. **Edit** Tested `master` though and it builds.

Any idea here? It's a bit random as well, happening most of the time but sometimes it's butter smooth.

@GitMensch Sorry for the delay, missed your comment. Squashed the commits.

@martinus Couldn't this be easily solved by having all setup done first (for x amount of iterations, and from the docs it seems like `nanobench` calculates up-front how many iterations...

> For what it's worth I would suggest to avoid [this](https://xkcd.com/927/) kind of situation and go for what compilers already do as much as possible. Sticking to what GCC and...

@hsutter Will do, and sorry for the delay!

I'd really like to suggest having a look at [`build2`](https://build2.org). We migrated a large project at work from CMake + Conan to `build2` and it's a vast improvement in every...

> cpp2 could provide a build system solution by itself, like zig. Possibly, but a build system is an enormous undertaking so I'd still recommend looking into [`build2`](https://build2.org/) which is...