reduce footpaths - #238
Open
felixguendling wants to merge 8 commits into
Open
Conversation
felixguendling
force-pushed
the
reduced-fps
branch
4 times, most recently
from
July 28, 2025 22:19
7ff958b to
5fee046
Compare
felixguendling
force-pushed
the
reduced-fps
branch
from
July 28, 2025 22:21
5fee046 to
0d63f26
Compare
miklcct
reviewed
Aug 15, 2025
| } | ||
|
|
||
| // Group by route (duplicates footpaths). | ||
| // This eliminates footpaths to locations w/o scheduled traffic. |
There was a problem hiding this comment.
How about footpaths to locations which doesn't have scheduled traffic, but are intended to be used for real-time trips, for example, stops reserved for rail replacement buses or spare rail platforms?
Member
Author
There was a problem hiding this comment.
They will be recovered from footpaths_full_out_ which stores the full set of footpaths (unfiltered) and have to be copied to the rt_timetable in case a previously unused stop will be visited.
The main goal of this branch was to figure out the speedup potential. Results so far:
- negligible speedup for default footpaths
- measurable speedup for 20min walking footpaths
- to be measured for longer settings (probably speedup will be higher the greater the distance, but still calculation time will grow in total)
Member
Author
There was a problem hiding this comment.
The update of rt_timetable is not yet implemented.
I expected a greater speedup and put the PR on hold as it turns out the speedup is less than expected.
felixguendling
force-pushed
the
master
branch
from
September 18, 2025 10:32
549a8d9 to
5d5eb32
Compare
felixguendling
force-pushed
the
master
branch
2 times, most recently
from
December 11, 2025 14:31
a4efa76 to
116082c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.