Latest #nif Threads Top

GenericJam
I’m the author of Mob. If you haven’t checked it out, please do. https://mobframework.com/ Mob does a lot with NIFs as that’s the bridge...
New
jschaeff
Hello ! Mix release with NIF in a containser crashes … I can’t find why. If I run the project locally (mix phx.serve) it works. When I...
New
cortfritz
Elixir NIF wrapper around the Rust rstar R*-tree spatial index. Stores {x, y} points with optional arbitrary Elixir term data, backed by ...
New
Benjamin-Philip
The Functionality section in the erl_nif docs mention 3 different strategies for long running NIFs: Yielding NIFs, Threaded NIFs and Dirt...
New
vegabook
adbc seems to use a huge amount more memory than “native” drivers. I’m dumping large amounts of data each minute, about 600k data points...
New
narslan
Hey everyone, I just released blendend to Hex — a set of NIF bindings that bring Blend2D’s fast, high-quality 2D vector renderer to Eli...
New
Jskalc
Hi everyone :waving_hand: I’ve just released ExtractousEx, an Elixir library for extracting text and metadata from various document forma...
New
kuon
I wrote a NIF which have function that can take a long time to run. To prevent the scheduler from being overloaded with long running func...
New
waseigo
DiskSpace Hi everyone, I needed this for a project I’ve been working on, and couldn’t find a simple solution that would work. The solutio...
New
cortfritz
Elixir library for converting between latitude/longitude coordinates and MGRS (Military Grid Reference System) coordinates. Built with Ru...
New

This Week's Trending Top

This Month's Trending Top

GenericJam
I’m the author of Mob. If you haven’t checked it out, please do. https://mobframework.com/ Mob does a lot with NIFs as that’s the bridge...
New

This Year's Trending Top

ityonemo
Currently just starting out on a new mini-project - getting zig NIFs to run in elixir. The idea here is to make the zig NIFs be “embed...
New
MRdotB
Greetings Elixir community! Today, I’m thrilled to present you with resvg_nif, an open-source project that provides Elixir bindings for ...
New
rbino
Hey folks! I’m happy to introduce TigerBeetlex, an Elixir client for TigerBeetle, the financial transactions database. I’ve been working...
New
waseigo
DiskSpace Hi everyone, I needed this for a project I’ve been working on, and couldn’t find a simple solution that would work. The solutio...
New
Benjamin-Philip
The Functionality section in the erl_nif docs mention 3 different strategies for long running NIFs: Yielding NIFs, Threaded NIFs and Dirt...
New
fuelen
HTML2Text provides a simple and efficient way to extract readable plain text from HTML content. It leverages the power of Rust’s html2tex...
New
Jskalc
Hi everyone :waving_hand: I’ve just released ExtractousEx, an Elixir library for extracting text and metadata from various document forma...
New
kuon
I wrote a NIF which have function that can take a long time to run. To prevent the scheduler from being overloaded with long running func...
New
narslan
Hey everyone, I just released blendend to Hex — a set of NIF bindings that bring Blend2D’s fast, high-quality 2D vector renderer to Eli...
New
jschaeff
Hello ! Mix release with NIF in a containser crashes … I can’t find why. If I run the project locally (mix phx.serve) it works. When I...
New
cortfritz
Elixir NIF wrapper around the Rust rstar R*-tree spatial index. Stores {x, y} points with optional arbitrary Elixir term data, backed by ...
New
cortfritz
Elixir library for converting between latitude/longitude coordinates and MGRS (Military Grid Reference System) coordinates. Built with Ru...
New
vegabook
adbc seems to use a huge amount more memory than “native” drivers. I’m dumping large amounts of data each minute, about 600k data points...
New

Last Three Year's Trending Top

martinthenth
Hello everybody :wave: Recently, some of my colleagues talked about database ids and uuids and their problems, and I remembered the pain...
New
mmmrrr
The starting point: The Erlang ODBC client has a “bug” where it only allows 4096 bytes to be returned per cell. The Rust odbc client has ...
New
rbino
build_dot_zig is a Mix compiler that allows you to use the Zig build system and compiler from Elixir. This lets you to easily build C, C+...
New
sribe
I’m creating a NIF, and having some issues around packaging. I started with an empty Elixir app, added the NIF source in its own direc...
New
snewcomer
Recently, I came across this wonderful blog post on Parsing PDFs (and more) in Elixir using Rust. However, when trying out Github Action...
New
bgoosman
I got a very basic NIF working for KuzuDB: GitHub - bgoosmanviz/kuzu_nif: Adapting KuzuDB's Rust crate to Elixir using Rustler. KuzuDB i...
New
saleyn
I’d like to announce the release of the fastest JSON parser that outperforms other available implementations (including jiffy) by 30% or ...
New
akash-akya
I am trying to add support for Nerves in Vix (an Image Processing library) and facing a blocker related to cross-compilation. Background...
New
New
FatigueDev
Exray is a library which leverages Unifex and Bundlex to create NIFs for Raylib’s various modules. Currently, it’s in a functional enough...
New
D4no0
I think I am not the only one who hates make, the DSL is horrendous and a lot of times bad things happen, for unknown reasons. I just wa...
New
munksgaard
I’m currently in the very early stages of implementing futlixir, a bridge that enables Elixir to call out to Futhark programs. It works b...
New
FatigueDev
Preface ~ NIFs are rough as heck to debug properly. So you’ve created a NIF with a decent amount of complexity and have resorted to using...
New
ImNotAVirus
Hello, I’m trying to make a NIF that splits binary once using a delimiter (like :binary.split(bin, separator, parts: 2)) but in Rust I d...
New
nix2intel
DomainTwistEx This library helps organizations protect themselves against several types of domain-based cyber attacks. It specifically lo...
New

Trending Over Three Years Top

12433412
I understand the concept of sleep or delay are for good reasons frown upon by the Erlang community. Process.send_after/4 is an excellent...
New
sym_num
HI Please help me. I am trying to write C code of NIF referring to the following article. However, an error occurs because the head...
New
sunny-g
Hi everyone! After having spent some time with Rust and Elixir, a few weeks ago I set out to learn more about NIFs and benchmarking. The...
New
madasebrof
I just wanted to post about my remarkable experience with Rustler today. Unbelievable good. Note: this example is an updated version of...
New
mareknowak
I’m learning Elixir and I like its ecosystem but I really miss static typing (I’ve played a bit with F# and Ocaml before). I thought abou...
New
solanav
Hello everyone! I’m currently working on a web spider/metadata extractor and because writing parsers for many file types would be too mu...
New
jonericcook
I have a crazy question - does anyone think it would be possible to put the bun JS runtime (written in Zig) in a NIF via Zigler. If that...
New
amnu3387
Hi, I’m not sure if a NIF is the best option for this - I’m also not experienced with C (don’t even know how to properly link libs, for ...
New
benhaney
Jsonrs is a JSON library like Jason or Poison, but it’s faster and uses much less memory. This is thanks to the core of it being a Rust N...
New
WolfDan
So my main OS is Windows, I do must of my work with it, Elixir and vscode elixirls works just fine when you’re working only with elixir, ...
New
andreyuhai
I am trying to install expostal in a new Elixir project in a container with alpine, and since libpostal exists as a package on alpine, I ...
New
nhpip
Hi, I have a NIF where profiling indicates some functions are hovering around the 1ms region so I intend to make them dirty. Should I ju...
New
scoop
Dear community :waving_hand:t2: I’m trying to get NIFs off the ground! Oh boy :joy: Goal My goal is call a library written in C. The ...
New
akash-akya
Hi everyone, I have been hacking on NIF bindings for vips for sometime to understand NIF, macros and C better. libvips is a demand-drive...
New
Qqwy
RustlerElixirFun With Rustler, it became a lot easier to create well-behaving Natively-Implemented-Functions (NIFs). However, one questi...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement