Timing guarantees between `enif_send` and `receive`
|
|
2
|
90
|
January 12, 2025
|
Anyone explored using WebAssembly for NIFs?
|
|
5
|
1075
|
January 3, 2025
|
Segfault when calling nif after ct:print statement
|
|
2
|
77
|
December 22, 2024
|
How to deal with destructors that can take a while to run and possibly block the scheduler?
|
|
7
|
251
|
December 21, 2024
|
NIF like a champ: VS Code Debugging C/C++ NIFs
|
|
0
|
88
|
December 4, 2024
|
Using OpenCV in Erlang NIF. How?
|
|
5
|
555
|
November 28, 2024
|
DuckDB NIF - An erlang library for accessing DuckDB databases
|
|
18
|
1200
|
November 24, 2024
|
Encountering errors when compiling NIF using MinGW on Windows
|
|
2
|
110
|
November 7, 2024
|
Erlang NIFs. Unsupported file layout. Why?
|
|
2
|
113
|
October 12, 2024
|
Will all my NIF functions (of the same module) be called from the same emulator thread?
|
|
3
|
102
|
September 19, 2024
|
getting operation timed out when executed from NIF
|
|
1
|
166
|
April 17, 2024
|
Throw badarg with more information from a NIF?
|
|
4
|
394
|
April 17, 2024
|
How to use enif_consume_timeslice to calculate percent?
|
|
3
|
342
|
March 5, 2024
|
What does "stealing" resources mean in NIFs?
|
|
4
|
422
|
February 16, 2024
|
Zig NIF build fails for Windows
|
|
1
|
299
|
January 5, 2024
|
Enif_select_read: invoke a C function when a file descriptor becomes readable
|
|
11
|
522
|
December 12, 2023
|
Using CMake instead of Makefile when building NIFs with Rebar3. How?
|
|
4
|
569
|
October 26, 2023
|
Use cases for port drivers - when is it better to use a port driver instead of a NIF?
|
|
6
|
1188
|
October 18, 2023
|
Blas - low level matrix operations
|
|
0
|
598
|
April 18, 2023
|
Calling third pary multithreaded library in a NIF
|
|
5
|
746
|
March 25, 2023
|
Badarg raised in my NIF
|
|
6
|
728
|
December 8, 2022
|
How to clone a NIF resource
|
|
4
|
693
|
August 19, 2022
|
When to make dirty NIFs?
|
|
3
|
802
|
August 4, 2022
|
Numerl - matrices in Erlang
|
|
23
|
2168
|
March 9, 2022
|
Implement lock-free queues in NIF
|
|
8
|
1165
|
January 26, 2022
|
Possible memory leak with a NIF
|
|
2
|
1242
|
January 25, 2022
|
How to call a fun from a NIF?
|
|
9
|
1551
|
January 11, 2022
|
exor_filter - an xor_filter NIF. ‘Faster and Smaller Than Bloom and Cuckoo Filters’
|
|
0
|
580
|
November 20, 2021
|