Petros Angelatos

Results 23 issues of Petros Angelatos

This PR is identical diff-wise to #513 with some additional justification that hopefully leads to a merge. There are currently two open discussions. One is on whether the `Bytes` type...

Since the reclock operator stores the reclock bindings in time order and we restrict `IntoTime` to be a total order we can perform compaction in a much cheaper way and...

I noticed that `is_terminated()` returns `true` only after a `None` value has been observed from the stream. The documentation of`FusedStream` allows this method to return `true` earlier, if the stream...

A-channel
S-waiting-on-review