Post-talk discussion: Well-Behaved Native Implemented Functions for Elixir

This thread is for any post-talk discussion or questions related to the “Well-Behaved Native Implemented Functions for Elixir” presentation given at ElixirConf 2017 on Friday, September 8, 2017 in Bellevue, Washington.

The repository containing the sources and references for the talk is available here: github.com/potatosalad/elixirconf2017.

7 Likes

:+1: Thanks for the talk. This is quite helpful for me. I’ve been wanting to update my crc library to have yielding nifs, especially since in most use cases its used with nerves on embedded devices. It has the variable binary input case you mention.

I might have questions when I get into the thick of it, but I will look through your provided and recommended examples first.