prog2
No user record in our sample, but prog2 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 prog2 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
In my experience, this is a huge problem with Haskell. Laziness, for all of its benefits, makes it difficult to reason correctly about performance in large code bases. I think non-strict evaluation by default probably…