Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

374 use tar map to reduce duplicated code #547

Closed
wants to merge 6 commits into from

Conversation

Robinlovelace
Copy link
Contributor

  • Update gitignore
  • comment-out everything after school routing, for tests

@Robinlovelace Robinlovelace linked an issue Oct 31, 2024 that may be closed by this pull request
@Robinlovelace
Copy link
Contributor Author

Flow diagram a lot simpler now! Working with Zhao on this and heads-up @juanfonsecaLS1, here's a auto-generated flow chart..

image

@Robinlovelace
Copy link
Contributor Author

Update, looking promising!

image

@Robinlovelace
Copy link
Contributor Author

One thought: this could lead to a big increase in memory usage, because it relies on all 4 route types being loaded into memory at the same time. I think we can tackle this by keeping only the route segments (not the routes also), to reduce duplication.

@Robinlovelace
Copy link
Contributor Author

My thinking on this: we should switch to LADs as regions if we go for this approach.

@Robinlovelace
Copy link
Contributor Author

Superceded by #548

@Robinlovelace Robinlovelace deleted the 374-use-tar_map-to-reduce-duplicated-code branch November 4, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use tar_map() to reduce duplicated code
1 participant