Jonathan Beard

Results 13 issues of Jonathan Beard

## Describe the bug The following line of code: ```cpp m += ( raft::kset( g0, g1, g2 ) >> raft::kset( a, b, c ) ) >= ( j >> print...

## Description Enable restarting of streams. Fixes #98 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) -...

**Is your feature request related to a problem? Please describe.** Feature request related to closed issue #138, all submodules are not auto-downloaded when using the zip download. When compiling, no...

If it looks to be decently well performing, see about incorporating http://www.openucx.org vs. custom SHM underpinnings.

enhancement

splitchain test case fails with the following error: ```bash splitchain: RaftLib/src/graphtools.cpp:585: static raft::temp_map* GraphTools::duplicateBetweenVertices(raft::kernel*, raft::kernel*): Assertion `start != nullptr' failed. Aborted (core dumped) ``` Should be relatively quick to debug,...

Use case: * Print streams * Global variable lock coordination Related: * multi-head configs?

This looks nice, but doesn't work for multiple processes. In general we can't ensure we're even on the same terminal.... ```cpp 93 /** 94 * FIXME: This will work for...

We really don't always need perfect FIFO behavior....performance wise we can improve perf quite a bit if we simply add a stream modifier that enables specification of ordering then more...

enhancement

Given that many "big-data" frameworks use some sort of RDD, I think it's time once we get the beta release out to add in selectable persistence and restart zones (won't...

So networking pipes have the concept of dropping packets when buffers are full. It seems like this could be used in many streaming data applications. Looks like it would be...