Will Coster
Results
11
issues of
Will Coster
Scalpel does not attempt to follow the HTML spec's parsing algorithm. How it interprets / parses content should be documented in the public API, not just in the internal comments...
While debugging some slow scraping recently I realized that the vast majority of the time was spent in `TagSoup.parseTags`. Naively swapping to the [fast-tagsoup](https://hackage.haskell.org/package/fast-tagsoup-1.0.14) package results in a ~20x speedup...