Another Erlang/BEAM Binding (NIF) #235
aramallo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just to let you know that we've been working on another Erlang/BEAM bindings for CozoDB. This is an alternative to the one presented by Matthiew and it is based on the Rust library and not C, which I assume it would be more performant (as it avoids the JSON serialization step) and also allows for more stability when it comes to Erlang (as a NIF can bring down the entire virtual machine and Rust's guarantees help in minimising that possibility).
Check iit out at https://github.com/Leapsight/cozodb
Beta Was this translation helpful? Give feedback.
All reactions