streamulus icon indicating copy to clipboard operation
streamulus copied to clipboard

A C++ DSEL for real-time event stream processing

Results 3 streamulus issues
Sort by recently updated
recently updated
newest added

It would work like this: 1. Streamulus defines placeholder terminals streamulus::_1, etc.. 2. The user defines a streamulus expression over them. 3. Then user subscribes the expression along with actual...

enhancement

Check parameter count and types. Generate a friendly error message if they don't match. (Currently the error message is whatever the compiler spews out when the compilation fails).

enhancement

1. The Stream should have timestamps so that ticks are combined correctly even in situations like x+filter(x). 2. Merging input streams should happen in a separate class so that different...

enhancement