jvanasco / metadata_parser

python library for getting metadata
Other
141 stars 23 forks source link

make calls to `urlparse` cacheable #19

Closed jvanasco closed 6 years ago

jvanasco commented 6 years ago

while urlparse is fast, working with metadata via this package can call urlparse dozens of times on the same url.

if the calls to urlparse were cached, there could be a performance savings.

jvanasco commented 6 years ago

released in 0.9.21