Commit b9fe85be288e792da628ddb343acb259c47cc343
1 parent
66e63b86
Note about extra hash_V5 calls
Showing
1 changed file
with
5 additions
and
0 deletions
TODO
| @@ -64,6 +64,11 @@ | @@ -64,6 +64,11 @@ | ||
| 64 | General | 64 | General |
| 65 | ======= | 65 | ======= |
| 66 | 66 | ||
| 67 | + * When decrypting files with /R=6, hash_V5 is called more than once | ||
| 68 | + with the same inputs. Caching the results or refactoring to reduce | ||
| 69 | + the number of identical calls could improve performance for | ||
| 70 | + workloads that involve processing large numbers of small files. | ||
| 71 | + | ||
| 67 | * Consider providing a Windows installer for qpdf using NSIS. | 72 | * Consider providing a Windows installer for qpdf using NSIS. |
| 68 | 73 | ||
| 69 | * Consider adding a method to balance the pages tree. It would call | 74 | * Consider adding a method to balance the pages tree. It would call |