johnvanderton / flysh

HTML type document parser based on jQuery and JSDOM
MIT License
2 stars 0 forks source link

Improve library performances #103

Open johnvanderton opened 1 year ago

johnvanderton commented 1 year ago

The library is not exactly designed for performance but rather for handling. By optimizing some particular aspects and reducing routines time consumption and using types, flysh could becoming a better compromise between both sides.

johnvanderton commented 1 year ago

The finally() statement is currently underused as it helps to cleanup and restore resources post treatment.