neural VS rustler_precompiled

Compare neural vs rustler_precompiled and see what are their differences.

neural

NIF based erlang shared term storage (by soup-in-boots)

rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code (by philss)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
neural rustler_precompiled
1 3
28 169
- -
10.0 5.8
over 11 years ago 2 months ago
C++ Elixir
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

neural

Posts with mentions or reviews of neural. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-06.
  • Write Elixir NIFs in Rust
    7 projects | news.ycombinator.com | 6 Aug 2023
    not the biggest expert, but from the top of my head I would say "static reference in your library"

    you might be interested in looking at this

    Neural: an ets-like interface to shared terms

    https://github.com/soup-in-boots/neural/

rustler_precompiled

Posts with mentions or reviews of rustler_precompiled. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-06.
  • Write Elixir NIFs in Rust
    7 projects | news.ycombinator.com | 6 Aug 2023
    It's not a pain because of

    https://github.com/philss/rustler_precompiled

    The users of your library doesn't have to install anything. The library will seem like any Elixir library when they use it.

  • PasswordRs 0.1.0 released (Rust NIF for password hashing)
    4 projects | /r/elixir | 24 Apr 2023
    I created a elixir (wrapper) library to generate password hashes. Other Elixir libraries use a C NIF to generate password hashes. This libary uses a Rust NIF (using Rustler) and the Rust libraries the generate the different hashes. Additionally this library uses RustlerPrecompiled so you don't need to have a Rust compiler installed to use this library. It supports argon2, scrypt, brypt and pbkdf2.
  • Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R
    7 projects | news.ycombinator.com | 14 Apr 2023
    We use the excellent Rustler Precompiled [1] library now so prebuilt binaries ship with the Elixir package. No Rust toolchain needed. :)

    [1] https://github.com/philss/rustler_precompiled

What are some alternatives?

When comparing neural and rustler_precompiled you can also consider the following projects:

zigler - zig nifs in elixir

bumblebee - Pre-trained Neural Network models in Axon (+ 🤗 Models integration)

bastion - Highly-available Distributed Fault-tolerant Runtime

scholar - Traditional machine learning on top of Nx

ractor - Rust actor framework

nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir

lunatic - Lunatic is an Erlang-inspired runtime for WebAssembly

axon - Nx-powered Neural Networks

password-hashes - Password hashing functions / KDFs

password-rs - Elixir wrapper around rust password hashes