badoux / goscraper

Golang pkg to quickly return a preview of a webpage (title/description/images)
MIT License
108 stars 38 forks source link

Improve regexp cost #2

Closed kaneshin closed 7 years ago

kaneshin commented 7 years ago

Reduce regexp initialization cost. Doesn't put like regexp.Compile in function because initialization cost is too high.