Using C from Elixir with NIFs

Erlang supports a way to implement functions in C and use them transparently from Erlang. These functions are called NIFs (native implemented functions). There are two scenarios where NIFs can turn out to be the perfect solution: when you need raw computing speed and when you need to interface to existing C bindings from Erlang. In this article, we���re going to take a look at both use cases.

 •  0 comments  •  flag
Share on Twitter
Published on December 04, 2015 16:00
No comments have been added yet.