For performance of Ocaml:
- Open OCaml64 in Desktop (opens a new terminal)
- go to the ocaml_test folder
- run the command "code ." [it will open vscode]
- compile the code using : ocamlc -o main main.ml (in the Ocaml terminal)
- then run ./main
For Performance of C++: (In OCaml/bitstuff_gfg.cpp)
- g++ bitstuff_gfg.cpp
- ./a.exe