@jackgreen2018/pdf-engine 1.0.38 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,14 +48,14 @@ async function example() {
48
48
  ```
49
49
  PDF Engine Benchmarks (20 iterations, avg ms)
50
50
  ========================================================
51
- get_page_count (50 pages): 0.671 ms
52
- split_pdf (8 pages): 4.952 ms
53
- merge_pdfs (2 PDFs): 0.996 ms
54
- optimize_pdf (50 pages): 0.899 ms
55
- get_pdf_info (50 pages): 0.675 ms
51
+ get_page_count (50 pages): 0.598 ms
52
+ split_pdf (8 pages): 5.259 ms
53
+ merge_pdfs (2 PDFs): 0.995 ms
54
+ optimize_pdf (50 pages): 0.903 ms
55
+ get_pdf_info (50 pages): 0.636 ms
56
56
  ```
57
57
 
58
- Run 2026-08-01 (v1.0.38); full stdout at evidence/benchmark.log; raw JSON at benchmark-results.txt.
58
+ Run 2026-08-01 (v1.0.40); full stdout at evidence/benchmark-v1.0.40.log; raw results at benchmark-results.txt.
59
59
 
60
60
  ## License
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jackgreen2018/pdf-engine",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "Rust/WASM PDF library for merge, split, optimize and info operations",
5
5
  "license": "MIT",
6
6
  "repository": {