Jonathan Beard
Jonathan Beard
**Single port in-line iomanip-like syntax:** ``` cpp raft::map m; raft::kernel a,b,c; /** all of b forced to a single process, call acts as a decorator **/ m += a >>...
This one requires a bit more thought. I think the pool answer above gives the answer when using a wrapper. Given that C++ is strongly typed, this goes against that...
I've been contemplating something like this. A colleague of mine when I was a new grad student built this instrumentation system for yet another streaming framework called Auto-Pipe (which in...
Looks like there's an issue with the Windows test case for 'reduction_test', will diagnose. The Mac OS version fails on known issues so I'm not gonna worry about that one....
ok, I need to fix the test case script....it's not a code issue. Will merge.
I think the original intent is to provides backwards/forwards compatibility. I should be able to compile these over the weekend to help out. The _port syntax should provide a compile-time...
Will fix. Looks like headers have become less leaky. ```#include ``` at one point was included through multiple other header files, no longer the case. Easy fix, will push a...