fantasai
No user record in our sample, but fantasai 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 fantasai has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Quadratic performance is a bit of an exaggeration. It's not O(N_items^2). It's N_tracks x N_items, and basically nobody has N_tracks ≈ N_items. Practically speaking, the upper limit is closer to (N_items^1.5) because…