[ocaml-platform] Consequences from pattern matching in function implementations

Markus Elfring Markus.Elfring at web.de
Mon Aug 8 15:05:30 BST 2016


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


More information about the Platform mailing list