kanzure / pdfparanoia

pdf watermark removal library for academic papers
https://pypi.python.org/pypi/pdfparanoia
533 stars 52 forks source link

Performance testing #49

Open kanzure opened 8 years ago

kanzure commented 8 years ago

There is a high-load high-scale service which may be interested in running pdfparanoia, on the condition that performance testing results are collected and then documented.

The good news is that pdfparanoia is mostly simple text searching and excision. Should performance happen to be ridiculously low, pdfparanoia could be transitioned to libevent and multi-threading.

carlcrott commented 8 years ago

performance testing results are collected and then documented.

Is this specifically run-time on execution orrr?

kanzure commented 8 years ago

@carlcrott, something like "performance testing results using openresty and nginx" perhaps.