Thursday 15 May 2014

Erlang: runtime overhead of function parameter decoration? -


If I use this type of decoration then is there a runtime overhead?

  get_next_state (_spid = undefined, _NextPort = undefined) - & gt; Stop  

No, there is no overhead, you can see if you have to do without dummy module Without decoration and compile using 's' flag.


No comments:

Post a Comment