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

C extension #4

Merged
merged 22 commits into from
Sep 1, 2015
Merged

C extension #4

merged 22 commits into from
Sep 1, 2015

Conversation

lmz
Copy link
Member

@lmz lmz commented Sep 1, 2015

Move pathfinding algorithm to C++ extension because it's too slow in python

Lisa Zorn and others added 22 commits August 13, 2015 16:08
python setup.py build_ext --inplace
instead of a bunch of little objects for more flexibility
Manually applied patch to make autosummary work (see sphinx-doc/sphinx#1892)
because stop IDs can appear multiple times in one transit trip, which was
causing problems.
Also use an ordered dict for passengers instead of a
list, way faster (and it matters when the passenger list is big).
Make keyboard interrupt sort of work (kills subprocesses).
…path-finding module.

The deterministic path-finding deals with the bump.
Rename "StopTripTime" to more intuitive "TripStopTime"
Make time_window_ a class variable
getScheduledDeparture requires a sequence id
lmz added a commit that referenced this pull request Sep 1, 2015
…ension

C++ extension: Move pathfinding algorithm to C++ extension because it's too slow in python
@lmz lmz merged commit 8f49e9c into master Sep 1, 2015
@lmz lmz deleted the c_extension branch September 1, 2015 17:23
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.

None yet

1 participant