Bulat Fattakhov
Bulat Fattakhov
Small documentation update.
Fix for AndThenPattern to make it correctly work with TimerPattern in both scenarios: 1. Timer is in first part (ex.: (a>0 for 10 sec) andThen b > 0 ) 2....
According to profiler tsp spends a lot of time in iterating over PQueue to split it into two parts by some predicate. Probably, this can be improved significantly.
Split down the repo into smaller parts. We at least need to move integration tests out of main repo.
Currently we have some stability issues with tsp + flink. Let's collect all information here.