I forked this repo and changed the algorithm. Now it calculates pi for given number of iterations. We can use this to benchmark different methods we use in the guide.
https://github.com/fdiblen/cpp2wasm
Status:
The new algorithm implemented
Cleaned up the text and removed guide related info
CI updated
Tests updated
TODO:
[ ] Update the links, review the text and update it
[ ] Add seed as an argument
[ ] Fix 2 failing e2e tests
[ ] Remove the code which we are not going to use for benchmarking
[ ] Move repo to NLESC-JCER organization and rename as cpp2wasm-benchmark
[ ] Find a tool to automatically do the benchmarking
I forked this repo and changed the algorithm. Now it calculates pi for given number of iterations. We can use this to benchmark different methods we use in the guide. https://github.com/fdiblen/cpp2wasm
Status:
TODO: