apify-sdk-js
apify-sdk-js copied to clipboard
Feat: cheerio experimental queue
This is a POC version with minimal API and minimal request footprint.
Possible improvements:
- Use magazine instead of the queue to allow syncing with kv-store during the run and save only the rest loaded in memory.
- compress the requested objects in memory
- use
large-set
package to bypass nodeJs internal limit for Set
Let's keep this non-merged for some time.