|
|
|
|
|
by Zxian
304 days ago
|
|
I'd also recommend having a look at the Zig library for Elixir. For simple stuff, you can just inline, but support for pretty complex setups too. Also comes with a built-in BEAM allocator so the runtime properly reports NIF memory consumption. https://hexdocs.pm/zigler/Zig.html |
|