jjdisn
No user record in our sample, but jjdisn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but jjdisn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Honest question: what's wrong with std::variant? I'm quite fond of using it. Sure it has trade offs like being empty by exception, but that's necessary if you don't want it to allocate. Also, pattern matching would be…