[Solved] Why is it faster to print to the javascript console than printing to C++ console? [closed]
You are testing it in two different environments. To make it a fair test, I decided to test it in similar environments (same host, 2GHz AMD A10-6800K processor as reported by cat /proc/cpuinfo): Javascrtipt – using node binary version 0.10.25 on Linux executed from bash prompt. Results were consistent around 83ms. I had to remove … Read more