• + 2 comments

    The bytecode compiler ocamlc is rather slow. Can you use the native-code compiler ocamlopt instead?

    Codeforces seems to use this option: ocamlopt nums.cmxa str.cmxa -pp camlp4o -unsafe -o {filename}.exe-ocaml {file} (http://codeforces.com/page/57)