Adam

Results 11 issues of Adam

When executing the code below, the c++ execution is way slower than the JS one: chrome on linux: ``` cpp_time: 26.043s js_time: 2.685s ``` firefox on linux: ``` cpp_time: 28.458s...