Skip to content
#

message-passing

Here are 174 public repositories matching this topic...

kotlingrad
breandan
breandan commented Oct 25, 2020

Debugging Kotlin∇ code within IntelliJ IDEA can be somewhat cumbersome due to the functional API structure (lots of deeply-nested stack traces and context switching). To facilitate more user-friendly debugging, we should add support for visual debugging by exposing Kaliningraph’s built-in graph visualization capabilities. For example, the use

help wanted good first issue

An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.

  • Updated Jun 14, 2022
  • C++
nathanielvirgo
nathanielvirgo commented Apr 27, 2022

This is more of a question than an issue. (If there's a better place to ask it please let me know.)

I'm hoping to do inference on networks of (mostly) discrete random variables. ReactiveMP sounded like it might be well suited to my applications, because message passing is likely to perform a lot better than the MCMC algorithms that other PPLs tend to use.

However, I can't get some simple exa

good first issue

gr-eventstream is a set of GNU Radio blocks for creating precisely timed events and either inserting them into, or extracting them from normal data-streams precisely. It allows for the definition of high speed time-synchronous c++ burst event handlers, as well as bridging to standard GNU Radio Async PDU messages with precise timing easily.

  • Updated Sep 20, 2017
  • C++

Improve this page

Add a description, image, and links to the message-passing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the message-passing topic, visit your repo's landing page and select "manage topics."

Learn more