marinasundstrom / BookStoreScraper

Scraping "Books to Scrape" in C#
2 stars 0 forks source link

Investigate Uri allocations #2

Open marinasundstrom opened 1 year ago

marinasundstrom commented 1 year ago

A lot of Uri class objects are created to either manipulate or just parse URLs.

They live just for a short while, pile up, and require Garbage Collection.

Can those allocations be reduced?

marinasundstrom commented 1 year ago

Check branch: https://github.com/marinasundstrom/BookStoreScraper/tree/uri-improvement