Hi,
is there an easy way for checking a mixed cluster for equality, ignoring the rules for floating point comparison (NaNs)?
I just want to check if the data I receive is new or not. My current idea is:
Loosing type safety and the buffer allocation is for my current use case ok (slow and non RT), but I wonder if I miss something.
Edit: A colleague mentioned that a "to variant" does the some "trick" but might be faster... I guess I'll have to benchmark a little.