Erlzmq2

Erlang binding for 0MQ (v2)
Alternatives To Erlzmq2
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tfgo2,268173 months ago6February 04, 202117apache-2.0Go
Tensorflow + Go, the gopher way
Xdot.py807
3812 days ago9November 21, 202015lgpl-3.0Python
Interactive viewer for graphs written in Graphviz's dot language.
Go Graphviz466496 months ago12March 19, 202221mitGo
Go bindings for Graphviz
Gtn443
2 years ago2mitC++
Automatic differentiation with weighted finite-state transducers.
Tensorflow Ocaml267
4 years ago4apache-2.0OCaml
OCaml bindings for TensorFlow
G2opy259
3 years ago30C++
Python binding of SLAM graph optimization framework g2o
Granne242
2 years ago3June 06, 20214mitRust
Graph-based Approximate Nearest Neighbor Search
Erlzmq2159
4 years ago24mitC
Erlang binding for 0MQ (v2)
Bindgen152
2 years ago26gpl-3.0Crystal
Binding and wrapper generator for C/C++ libraries
Tensorflow.dart59
4 years ago1May 21, 20182apache-2.0Dart
Dart bindings for Tensorflow.
Alternatives To Erlzmq2
Select To Compare


Alternative Project Comparisons
Readme

erlzmq2

NIF based Erlang bindings for the ZeroMQ messaging library.

Copyright (c) 2011 Yurii Rashkovskii, Evax Software and Michael Truog

Overview

The erlzmq2 application provides high-performance NIF based Erlang bindings for the ZeroMQ messaging library.

Downloading

The erlzmq2 source code can be found on GitHub

$ git clone http://github.com/zeromq/erlzmq2.git

Building

Please note that to behave properly on your system ZeroMQ might require some tuning.

Build the code

$ make

If you want to build against a specific version of ZeroMQ in the 3.1 series (not v3.1.0), use this:

$ ZEROMQ_VERSION=v<VERSION> make

Be aware that this will almost assuredly not work correctly for any versions of zeromq that are not in the 3.1 series.

Build the docs

$ make docs

Run the test suite

$ make test

Run the benchmarks (requires python and matplotlib)

$ make bench

This will run performance tests and output png graphs in the graphs directory.

Architecture

The bindings use Erlang's NIF (native implemented functions) interface to achieve the best performance. One extra OS thread and one pair of inproc sockets by context are used to simulate blocking recv calls without affecting the Erlang virtual machine's responsiveness.

License

The project is released under the MIT license.

Popular Bindings Projects
Popular Graph Projects
Popular Libraries Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Graph
Bindings
Performance
Series
Erlang
Messaging
Zeromq