zyphor 1.0.3 → 1.0.5

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 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -98,27 +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
- ### 📈 Script-Generated Benchmark Charts (Verified Empirical Proof)
103
+ ### Subsystem Resource Metrics & Benchmarks
104
104
 
105
105
  <div align="center">
106
- | RAM Footprint & Startup Latency | Sampling CPU Overhead |
106
+ | Resource Allocation & Startup Latency | Sampling Overhead & Render Scaling |
107
107
  | :--- | :--- |
108
- | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_ram_latency.png" width="450" alt="RAM Usage & Startup Latency Benchmark Chart"> | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_cpu_overhead.png" width="450" alt="CPU Overhead Benchmark Chart"> |
109
- <p><em>Empirical data visualizer generated directly from benchmark telemetry harness (<code>python scripts/generate_benchmark_charts.py</code>).</em></p>
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
- ### 🚀 Real-Time Terminal Benchmark Output (Verified Proof)
113
-
114
- <div align="center">
115
- <picture>
116
- <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/09-profiler.png" alt="Zyphor Microsecond Process Profiler Proof" width="900">
117
- </picture>
118
- <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>
119
- </div>
120
-
121
- ### Empirical Performance Proof (Measured Benchmarks)
111
+ ### Measured Performance Benchmarks
122
112
 
123
113
  | Benchmark Metric | **Zyphor (Zig)** | **btop++ (C++)** | **htop (C)** | **Glances (Python)** |
124
114
  | :--- | :---: | :---: | :---: | :---: |
@@ -131,6 +121,7 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
131
121
 
132
122
 
133
123
 
124
+
134
125
  ### Feature Comparison Matrix
135
126
 
136
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.3",
3
+ "version": "1.0.5",
4
4
  "description": "Next-generation native terminal system observatory written in pure Zig",
5
5
  "main": "bin/zyphor.js",
6
6
  "bin": {