efficiently convert list of index/value pairs to arrays for each location
I have a long list of (i, j, value) pairs, with multiple values for each position, the number of values varies for each position.
I have a long list of (i, j, value) pairs, with multiple values for each position, the number of values varies for each position.