Proposed output JSON tweaks:
- Each link column appears twice in the output - in arrivals for one bin and departures for another. Instead, link columns could be stored in a separate array, and each component would link to its elements via indices.
- In each link column, store participants as an array of path indices instead of a boolean mask.
Proposed output JSON tweaks: