Skip to content

Improve performance in page_cursor #501

@karawoo

Description

@karawoo

page_cursor iteratively grows the results list which can be very slow if the number of pages is very large

res <- c(res, response$results)

We cannot instantiate res with the exact correct size in advance, which would be the best solution, because we do not know the full number of pages. However we can and should still improve this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions