-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
page_cursor iteratively grows the results list which can be very slow if the number of pages is very large
Line 34 in 5325760
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels