fimad / scalpel

A high level web scraping library for Haskell.
Apache License 2.0
323 stars 43 forks source link

More optimizations #14

Closed fimad closed 8 years ago

fimad commented 8 years ago

Only compute closing tag offsets once per scraper evaluation instead of once per select evaluation.