Closed mabuimo closed 8 months ago
It's hard to say without a reproducible example. One possibility is your lists have a lot of ALT-REP data (which CRAN does not allow qs to support). If you can mock up some data, I'd be happy to take a look.
Closing for now, please feel free to re-open any time
I observed that when you write a double-nested list object as a pin and want to save it as qs (hoping for efficiency gains) instead of rds, it takes a substantial greater amount of time to both write the pin and read it when you pull it later.
However, if the list has only one level of nested objects, qs is faster than rds.
Unfortunately, I can't provide the reprex with the actual data because it is sensitive.
Then I tested what happened if I just wrote a .rds or .qs file, without using pins:
I have also noticed that a.rds size is 97.7 MB while b.qs is 667.1 MB.
Thanks