ProbonoBonobo
No user record in our sample, but ProbonoBonobo 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 ProbonoBonobo has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
That's interesting, I hadn't considered the possibility of attaching bytes to pointers before (although the flavor of the idea reminds me a little bit of certain SICP exercises I struggled with, but in a slightly…
Why wouldn't it be possible? Here's a different (I believe more efficient) implementation of the Node container class by Sedgwick himself, which does exactly that: private Node insert(Node h, Key key, Value val) { if (h…