colly icon indicating copy to clipboard operation
colly copied to clipboard

Use LRU cache for robots.txt map?

Open DallanQ opened this issue 3 years ago • 0 comments

If colly is crawling a lot of different websites, the robots.txt map can get to be quite large. How would you feel about a PR to use an LRU cache (https://github.com/hashicorp/golang-lru) for the robots.txt map?

DallanQ avatar May 07 '21 22:05 DallanQ