zyphor 1.0.2 → 1.0.4

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 +8 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -98,18 +98,17 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
98
98
 
99
99
  ---
100
100
 
101
- ## 📊 Feature Matrix & Benchmark Proof
101
+ ## 📊 Subsystem Benchmarks & Performance Metrics
102
102
 
103
- ### 🚀 Real-Time Terminal Benchmark Output (Verified Proof)
103
+ ### Subsystem Resource Metrics & Benchmarks
104
104
 
105
105
  <div align="center">
106
- <picture>
107
- <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/09-profiler.png" alt="Zyphor Microsecond Process Profiler Proof" width="900">
108
- </picture>
109
- <p><em>Real-time microsecond-level process telemetry profiler (Hotkey <code>P</code>) measuring peak jitter, CPU rolling averages, memory growth rates, and thread states.</em></p>
106
+ | Resource Allocation & Startup Latency | Sampling Overhead & Render Scaling |
107
+ | :--- | :--- |
108
+ | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_ram_latency.png" width="450" alt="RAM Usage & Startup Latency Chart"> | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_cpu_overhead.png" width="450" alt="CPU Overhead Chart"> |
110
109
  </div>
111
110
 
112
- ### Empirical Performance Proof (Measured Benchmarks)
111
+ ### Measured Performance Benchmarks
113
112
 
114
113
  | Benchmark Metric | **Zyphor (Zig)** | **btop++ (C++)** | **htop (C)** | **Glances (Python)** |
115
114
  | :--- | :---: | :---: | :---: | :---: |
@@ -121,6 +120,8 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
121
120
  | **Binary Executable Size** | **1.1 MB** | 8.2 MB | 3.5 MB | 45+ MB |
122
121
 
123
122
 
123
+
124
+
124
125
  ### Feature Comparison Matrix
125
126
 
126
127
  | Feature / Metric | **Zyphor** | **btop++** | **htop** | **Glances** | **Windows Task Mgr** |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zyphor",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Next-generation native terminal system observatory written in pure Zig",
5
5
  "main": "bin/zyphor.js",
6
6
  "bin": {