PoisotLab / GBIF.jl

Functions and types to access GBIF data from Julia
https://ecojulia.github.io/GBIF.jl/latest/
Other
19 stars 4 forks source link

Occurrences get slower for large queries #35

Closed tpoisot closed 4 years ago

tpoisot commented 4 years ago

Paging through occurrences is done with push operations, and this gets progressively slower over time - need to benchmark how much.

The need to push can be removed through the pre-allocation of the arrays as we know the number of occurrences we will retrieve.