Dataflow concurrency for Ruby (inspired by the Oz language)
Check out the start of the dataflow variables library for Ruby, and a blog post covering the idea. Notice how the specs use threads but don’t run into problems because everything is observably deterministic… the declarative concurrent programming model is powerful.
Comments
This looks pretty cool. Have you seen it boost performance on data intensive operations?
Post a comment