例证NIF使用的误区
NIF是什么? A NIF library contains native implementation of some functions of an Erlang module. 这个功能对于扩展Erlang,利用现有的遗留c的财产,提高性能非常有帮助. 但是通常同学们会无视手册里面的一句话: Avoid doing lengthy work in NIF calls as that may degrade the ...
共 1 篇相关文章
NIF是什么? A NIF library contains native implementation of some functions of an Erlang module. 这个功能对于扩展Erlang,利用现有的遗留c的财产,提高性能非常有帮助. 但是通常同学们会无视手册里面的一句话: Avoid doing lengthy work in NIF calls as that may degrade the ...