You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@krlmlr What is the advantage of resp_stream_raw()? Should this replace the current logic of checking filesize beforehand and only download if it doesn't go over a certain limit?
We can read in chunks of 1 MB or so, and are no longer limited regarding file size. The current code loads the entire file into RAM. I suspect this will also help with rate limiting, need to check.
Thinking about it, we need RAM proportional to the graph size anyway, so perhaps not important?
Uh oh!
There was an error while loading. Please reload this page.
httr2::resp_stream_raw()
: https://github.com/igraph/igraphdata/pull/23/files#r2047637905resolve_name()
: https://github.com/igraph/igraphdata/pull/23/files#r2047636940[1]
vs.[[1]]
: https://github.com/igraph/igraphdata/pull/23/files#r2049490639The text was updated successfully, but these errors were encountered: