Jörg Winter
12/21/2020, 9:14 PMJannis
12/21/2020, 9:36 PMmaven { url "<https://oss.jfrog.org/artifactory/oss-snapshot-local/>" } // for SNAPSHOT builds
Jörg Winter
12/21/2020, 9:37 PMJannis
12/21/2020, 9:39 PMJannis
12/21/2020, 9:41 PM..because: this seems so much more intuitive than setting up e.g. channels, events, actors etc. !It is, but comes at a cost. I need to append a section that addresses it properly. In short: Use STM if you don't need peak performance and if you don't write to one variable very very frequently (contention is poison for STM). In most cases this should be true and thus STM is a great choice to fight lock complexity
Jannis
12/21/2020, 9:44 PMJannis
12/21/2020, 9:46 PMJörg Winter
12/22/2020, 8:52 AMJannis
12/22/2020, 10:00 AMTQueue
under write heavy load and verifying that it does not skip elements or adds them twice.
I'd like more, especially contention heavy tests since those verify correctness the best, I'll look into that after the holidays^^Jannis
12/22/2020, 10:02 AMJannis
12/22/2020, 10:05 AM