-
Hello! I have been running some tests using the sfmt project in Elixir. Elixir's default set of random number generators are not good for performance, so I sought out an implementation of Mersenne Twi…
-
Hello,
I have a strange problem with release, the configuration releases.exs and circuits_gpio.
When the file releases.exs is present in my project, the release will never start.
If the releases.ex…
-
*Describe your issue here.*
### Environment
* Elixir & Erlang/OTP versions
```
Erlang/OTP 23 [erts-11.2] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [hipe]
Elixir 1.11.2 (compi…
-
Would love to see an updated benchmark with the new JIT in OTP 24!
-
Trying to use this library will not compile (on my Mac OS Mojave system):
```bash
warning: module attribute @shortdoc was set but never used
/Users//deps/stemex/mix.exs:2
warning: variable …
-
I'd like to see how far we can go to provide the most ergonomic API for building NIFs.
Given that all NIFs have the same signature:
```c
static ERL_NIF_TERM fun(ErlNifEnv* env, int argc, const …
-
Hello,
Surprisingly, using these nix-build instructions, from this snippet:
https://gist.github.com/mjlbach/179cf58e1b6f5afcb9a99d4aaf54f549#gistcomment-3664894
, I'm finally able to get emac…
-
Hey guys, first and foremost, thanks for the project!
I have a new project that unfortunately... is supposed to be deployed on Windows. SQLite is a great fit for this project as I want to create a re…
-
I try -kernel inet_backend socket options in erlang otp 24, follow the example from acceptor_SUITE:do_ssl_10_acceptors_10_listen_sockets/0, start listen 2 sockets from one port,it fail like this
>…
-
Sorry about doing this through the github, I wasn't sure how else to reach you.
I'm trying to implement something where Elixir has a pointer to my Rust struct and this rust struct can make callback…