cloudveiltech / Filter-Windows

HTTP/S Content Filter for Windows 7 and newer
Mozilla Public License 2.0
9 stars 13 forks source link

Replace "FastHtmlTextExtractor" with anglesharp #140

Closed TechnikEmpire closed 6 years ago

TechnikEmpire commented 6 years ago

Recent benchmarks of anglesharp show a 1 millisecond improvement in speed over the text extractor class performing the same task so it can just replaced. Gain performance and it's proper parsing.

TechnikEmpire commented 6 years ago

Oops, too tired. I was in debug mode, FastHtmlTextExtractor is still ~2x faster.