throwaway294531
No user record in our sample, but throwaway294531 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 throwaway294531 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
If you're selecting the n:th element, where n is very small (or large), using median-of-medians may not be the best choice. Instead, you can use a biased pivot as in [1] or something I call "j:th of k:th". Floyd-Rivest…