#include os: from bootloader to REST API with the new C++

https://www.youtube.com/watch?v=t4etEwG2_LY CppCon 2016: IncludeOS is a brand new open source library operating system that turns your modern C++ source code into a minimal, self contained virtual machine. No Linux inside, just your service and whatever your service needs from the operating system library. Creating the virtual machine is just as fast as compiling a binary … Continue reading #include os: from bootloader to REST API with the new C++

Improving Performance Through Compiler Switches…

https://www.youtube.com/watch?v=w5Z4JlMJ1VQ CppConf 2016: Much attention has been given to what modern optimizing compilers can do with your code, but little is ever said as to how to make the compiler invoke these optimizations. Of course, the answer is compiler switches! But which ones are needed to generate the best code? How many switches does it … Continue reading Improving Performance Through Compiler Switches…