/regex_vs_bs4

The aim of project is compare performance using different parsing methods

Primary LanguageHTMLMIT LicenseMIT

Regex vs bs4 vs lxml vs scrapy performance results:

Compiled regex: 0.013233703569598953 seconds
BS4 soup: 11.775040774500718 seconds
Lxml: 0.828800284289084 seconds
Scrapy: 0.8866181025632489 seconds

Future work

Assert that the obtained results are equal