You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, it appears the PathLayer data has been formatted this way (in two separate arrays) to follow data-oriented design principles. In theory it should be easier on the memory allocator and CPU cache when handling lots of trains with many data points. I haven't verified that this is the case in practice (maybe not because of JavaScript's memory layout?), or if it really makes a substantial difference.
Description and goal
To facilitate the management of layers in osrd-ui, we should harmonize their data in this repo.
We should follow the model of conflicts type :
Merging this issue will allow to remove some
TODO
inManchetteWithSpaceTimeChart.tsx
in osrd repo.Acceptance criteria
All current layers follow this model :
The text was updated successfully, but these errors were encountered: