This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Cache StreamWriter instances for text downloading
Stores StreamWriter instances in Dictionary and reuses them for recurring text appends in text post downloading.
This prevents massive seek I/O in large blog downloads, and hence poor (disk) performance.