elixirconf2017
elixirconf2017 copied to clipboard
Well-Behaved Native Implemented Functions for Elixir
Well-Behaved Native Implemented Functions for Elixir
ElixirConf 2017 — 5-8 September, 2017 — Bellevue, Washington
YouTube: ElixirConf 2017 - Well Behaved Native Implemented Functions for Elixir - Andrew Bennett
This repository contains the sources used for the “Well-Behaved Native Implemented Functions for Elixir” presentation given at ElixirConf 2017 on Friday, September 8, 2017 in Bellevue, Washington.
There is a post-talk discussion thread available on Elixir Forum: elixirforum.com/t/post-talk-discussion-well-behaved-native-implemented-functions-for-elixir/8472
Feel free to file an issue to this repository if you have any questions related to the talk.
The presentation slides are available at gitpitch.com/potatosalad/elixirconf2017 and as a PDF.
Resources
NIF Related
-
erl_nif
documentation - Steve Vinoski - Optimizing Native Code for Erlang
- Julian Squires - Erlang Factory SF 2016 - What If Your NIF Goes Adrift
- Sverker Eriksson's
enif_select
examples