@codernex/nexpress 1.0.5 → 1.0.6

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/package.json +1 -1
  2. package/readme.md +12 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codernex/nexpress",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Multi-threaded image batch processor CLI",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -7,6 +7,18 @@ A high-performance, multi-threaded command-line tool built with Node.js and Type
7
7
  <p><em>Proof of Work: Reduced a 7.4MB raw image to just 0.19MB (~97% reduction)</em></p>
8
8
  </div>
9
9
 
10
+ ## ⚡ Benchmarks
11
+
12
+ Tested on a standard machine processing a folder of **111 High-Res Images**:
13
+
14
+ | Metric | Result |
15
+ | :--- | :--- |
16
+ | **Total Time** | **~4.5 seconds** |
17
+ | **Throughput** | ~25 images / sec |
18
+ | **Success Rate** | 100% |
19
+
20
+ *vs. standard single-threaded scripts which typically take 4x-5x longer.*
21
+
10
22
  ## 🚀 Features
11
23
 
12
24
  - **Multi-threaded Processing:** Uses Node.js `worker_threads` to process images in parallel, utilizing all available CPU cores.