▲ | gf000 4 days ago | ||||||||||||||||
At the same time, OCaml has a very simplistic memory layout where even integers are boxed - Java at least has primitive types. That surely has a performance cost. | |||||||||||||||||
▲ | dmpk2k 4 days ago | parent [-] | ||||||||||||||||
Are you sure about boxed integers? Perhaps you mean floats? As far as I know Ocaml uses the typical integer/pointer divide. | |||||||||||||||||
|