Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Cache StreamWriter instances for text downloading

Compare
Choose a tag to compare
@johanneszab johanneszab released this 21 Jun 12:59
· 3 commits to master since this release

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.