veraPDF / veraPDF-library

Industry supported, open source PDF/A validation library
http://verapdf.org/software
GNU General Public License v3.0
270 stars 48 forks source link

Performance optimization for multi-threaded execution #1409

Closed SalomScala closed 6 months ago

SalomScala commented 7 months ago

JavaScriptEvaluator.getTestEvalResult blocks threads while concurrent validation Thus I created issue #1408 This is the pull request to fix the issue.