aleixrodriala / regex_vs_bs4

The aim of project is compare performance using different parsing methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The aim of project is compare performance using different parsing methods

License:MIT License


Languages

Language:HTML 97.7%Language:Python 2.3%