Giulio Eulisse
Giulio Eulisse
The following: ```C++ template inline void myswap(T& a, T& b) { auto tmp = a; a = b; b = tmp; } void foo() { int *foo1 = nullptr; int...
Thank you for matterhorn, I use it now as my daily driver for mattermost. I noticed that whenever I switch to a channel with many users / messages, it spends...
This anticipates the forwarding to the earliest possible moment, i.e. when we are about to insert the messages in a slot. This is the earliest moment we can guarantee messages...
o2::tpc::PadFlags and in particular vectors of thereof are affected by an old ROOT bug in serializing `std::vector`. Because of this we have a custom streamer which needs to be initialised...
Add splitPayloadIndex / splitPayloadParts to the default printout --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/AliceO2Group/AliceO2/pull/14911). * #14910 (2 commits) * __->__ #14911 (2...
If one (header, payload, ...) tuple in a MessageSet was to be copied, all the subsequent ones would have been copied. If one (header, payload, ...) tuple got redirected to...