pennlabs / penn-sdk-python

A Python module for the various services of Penn OpenData. Validated API token required.
MIT License
30 stars 5 forks source link

Laundry update #105

Open ymann opened 6 years ago

ymann commented 6 years ago
ezwang commented 6 years ago

Endpoint is still slow after only retrieving data once. Retrieving multiple halls is currently O(n^2), but could be refactored to be O(n). Since HTML parsing might be a relatively expensive operation, this might be why this endpoint is still slow.