Skip to content

Parallelise calls where possible #135

@SlowMo24

Description

@SlowMo24

In general one big call is preferred to multiple sequential small calls due to the large overhead coming with an ohsome-API call.

Yet, it should be tested if one big call outperforms multiple parallel small calls, especially when getting close to a timeout.

This could be achieved by a ThredPool

Related: #106 #37

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions