clojure-erlastic
clojure-erlastic copied to clipboard
Micro lib making use of erlang JInterface lib to decode and encode Binary Erlang Term and simple erlang port interface with core.async channel. So you can communicate with erlang coroutine with clojur...
With these changes, encode & decode is about 4 times faster. I testes this code using [criterium](https://github.com/hugoduncan/criterium). ```clojure (use 'criterium.core) (require '[clojure-erlastic.core :as c]) (def conf {:str-detect :none :convention :elixir...
There's a spot down in an example in the README where an old version number is hard-coded into the example. This bit me. This pull request uses the clojars link,...