Skip to content

Releases: discord/manifold

Add valid_send_options/1

15 Sep 17:59
1093c51
Compare
Choose a tag to compare
1.5.1

Add valid_send_options/1 (#12)

Add an optional :offload send mode

07 Sep 18:13
7db6d24
Compare
Choose a tag to compare

This optional mode offloads the send/2 calls to the remote Manifold nodes
to one of the local Manifold.Sender processes.

This is experimental. Details is in the README. Use with caution.

speed increases + support for sharded partitioner

06 Feb 04:46
Compare
Choose a tag to compare

1.3.0 includes performance improvements in #3, and the ability to shard partitioners in #4.