image icon indicating copy to clipboard operation
image copied to clipboard

Speed up signature verification in policy evaluation

Open mtrmac opened this issue 9 years ago • 5 comments

After policy evaluation is merged (but filing now as a reminder to myself), signature verification in policy evaluation, with its temporary directory creation, will take about a second per case. Both general performance and test suite interactivity would greatly benefit from speeding this up.

At the very least we can reuse the temporary directories across all verifications with a single policy; that’s why PolicyContext exists in the first place. Also look into speeding up the verification as such, there might be a cheap optimization somewhere.

mtrmac avatar May 30 '16 23:05 mtrmac