Kasra Hashemi
Kasra Hashemi
It would be nice if you also talk about the lazy evaluation of some ranges algorithms and how that works. Also the performance benchmarks comparing them with normal STL algorithms.
>should it use something like [`std::thread`](https://en.cppreference.com/w/cpp/thread/thread) instead? I don't think it's the right thing to do. The `std::thread` class does not start a new independent process the way `std::system(argv[0])` does....
@eliaskosunen Please take a look.