Yes I do.
Nodes are represented by numerical IDs, in the graph, in the random walks.
If instead I would store the pubkey every time, the graph would be +30GB or something.
Login to reply
Replies (1)
We also do that on Amethyst. It's an internalized string, which means there is only one copy of each pub key, event id in memory. Every usage in any event is just a pointer to that string.