lilydjwg / swapview-rosetta

Print swap usage per process. Implemented in various programming languages
493 stars 108 forks source link

C++17 lambda + parallel #154

Open Artoria2e5 opened 4 years ago

Artoria2e5 commented 4 years ago

I am not sure how much slower/faster the lambda paradiam is, so let's be safe and run the comparison before we decide whether the old impl should be kept.

lilydjwg commented 4 years ago

You forgot to update benchmark.toml. Also can you update countlines?

lilydjwg commented 4 years ago

This doesn't compile (C++17) with latest gcc / g++ from Arch. Is there anything missed or changed?