Open marinasundstrom opened 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?
Check branch: https://github.com/marinasundstrom/BookStoreScraper/tree/uri-improvement
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?