Dear Clojurians,

I'm very happy to announce Himilsbach 0.1.0. Get it from Clojars:

  [himilsbach "0.1.0"]

Himilsbach is a tiny actor library for intra-process messaging inspired by 
Erlang.

The main highlight of this release is a considerable performance 
improvement achieved by adoption of a new message queueing mechanism. The 
benchmark based on a graph of 1000 actors sending messages to each other 
shows a nearly fourfold improvement since version 0.0.1. The new version is 
capable of sending 1M messages per second on an Intel Core i7 quad-core 
processor.

The API has not been changed since version 0.0.1. Differences are summed up 
at

  https://github.com/jstepien/himilsbach/compare/0.0.1...0.1.0

Documentation generated using Marginalia is available at

  http://jstepien.github.io/himilsbach/

Your feedback, pull requests and bug reports are very much appreciated!

All the best,
--
Jan Stępień

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to