Jsonrs icon indicating copy to clipboard operation
Jsonrs copied to clipboard

Rust powered JSON library for Elixir

Results 3 Jsonrs issues
Sort by recently updated
recently updated
newest added

The largest current memory-inefficiency when doing an encode involves an extra copy across the Rust-to-Elixir boundary to convert the final encoded Rust string to an Elixir binary. This can potentially...

OTP 24 includes a new JIT that should greatly increase the performance of non-NIF encoders like Jason and Poison. It will be interesting to see how much of the performance...