Discussion:
[ocaml-platform] Consequences from pattern matching in function implementations
Markus Elfring
2016-08-08 14:05:30 UTC
Permalink
Hello,

Does the use of pattern matching influence the execution speed
for OCaml functions with several parameters?
https://realworldocaml.org/v1/en/html/variables-and-functions.html#declaring-functions-with-function

Are the run-time characteristics different while using the
construct "match argument with" for a specific parameter instead?

Is another comparison of pattern matching approaches worth
for further considerations?

Regards,
Markus

Loading...