jamescowens / Gridcoin-Research

Gridcoin-Research
MIT License
2 stars 0 forks source link

Optimize etag header parsing #38

Closed cyrossignol closed 4 years ago

cyrossignol commented 4 years ago

This optimizes the scraper etag header parsing to remove the dynamic allocation and repeated string scans. It does not transform the parsed etag to sanitize it for other operations.