Open danielnaumau opened 1 year ago
It looks like python sdk has internal rpm limits cause it slows down quite much when DEFAULT_SPLIT_SIZE is changed.
DEFAULT_SPLIT_SIZE = 1 Average response time: 235s for 500 isochrones
DEFAULT_SPLIT_SIZE = 10 Average response time: 51s for 500 isochrones
https://medium.com/@mkaanerkoc/how-to-send-bulk-http-requests-with-aiohttp-asyncio-in-python-62aee008e057
It would be great to add a section in readme which explains why it happens and add some examples how to send parallel requests with python sdk.
It looks like python sdk has internal rpm limits cause it slows down quite much when DEFAULT_SPLIT_SIZE is changed.
DEFAULT_SPLIT_SIZE = 1 Average response time: 235s for 500 isochrones
DEFAULT_SPLIT_SIZE = 10 Average response time: 51s for 500 isochrones