What's faster? I just made a web scraper that uses HTML Agility pack and it's consuming massive amounts of memory. ...Profiling it with a memory profiler, I found that the HTMLDocument, HTMLNode, etc, instances are taking up the most amount of memory....I...