@ezetgalaxy/titan 26.12.0 → 26.12.1

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 +1 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -279,7 +279,7 @@ Titan is **not** a Node.js framework. It is a **Rust server with embedded V8 eng
279
279
  * **Cold Start**: ~3-5ms (embedded runtime eliminates disk I/O)
280
280
  * **Action Execute**: ~100-500µs
281
281
  * **Memory/Worker**: ~40-80MB (configurable via V8 flags)
282
- * **Throughput**: ~10k req/sec @ 200 concurrent connections
282
+ * **Throughput**: ~10k - 19k req/sec @ 200 concurrent connections
283
283
  * **Latency**: ~14-17ms (p50), ~30ms (p97.5)
284
284
 
285
285
  ### When to Use TitanPL:
@@ -314,13 +314,6 @@ export const fetchUser = defineAction((req) => {
314
314
  });
315
315
  ```
316
316
 
317
- For detailed performance optimization strategies, see [`PERFORMANCE.md`](./test-apps/test-js/server/PERFORMANCE.md).
318
-
319
- ---
320
-
321
- Here is a **clear, strong, marketing-friendly, developer-focused promotion section** that highlights TitanPL’s **multi-threaded JS runtime** in a powerful way.
322
- You can use this in your website, README, landing page, package description, or docs.
323
-
324
317
  ---
325
318
 
326
319
  # 🚀 TitanPL Multi-Threaded Architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezetgalaxy/titan",
3
- "version": "26.12.0",
3
+ "version": "26.12.1",
4
4
  "description": "Titan Planet is a JavaScript-first backend framework that embeds JS actions into a Rust + Axum server and ships as a single native binary. Routes are compiled to static metadata; only actions run in the embedded JS runtime. No Node.js. No event loop in production.",
5
5
  "license": "ISC",
6
6
  "author": "ezetgalaxy",