]> git.kaiwu.me - njs.git/commitdiff
Version 0.9.0. 0.9.0
authorVadim Zhestikov <v.zhestikov@f5.com>
Mon, 5 May 2025 19:38:32 +0000 (12:38 -0700)
committerVadimZhestikov <108960056+VadimZhestikov@users.noreply.github.com>
Tue, 6 May 2025 00:19:07 +0000 (17:19 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 87392f4c2e9f0e42cc7c1fa2698555d9419b9973..af7e4b61eb924fa2e01aa5c68d57a0f2ce34287f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+Changes with njs 0.9.0                                       06 May 2025
+
+     Core:
+
+     *) Feature: refactored working with built-in strings, symbols
+        and small integers.
+        Performance improvements (arewefastyet/benchmarks/v8-v7 benchmark):
+        Richards: +57% (631 → 989)
+        Crypto: +7% (1445 → 1551)
+        RayTrace: +37% (562 → 772)
+        NavierStokes: +20% (2062 → 2465)
+        Overall score: +29% (1014 → 1307)
+
+    *) Bugfix: fixed regexp undefined value of captured group.
+
+    *) Bugfix: fixed GCC 15 build with -Wunterminated-string-initialization.
+
 Changes with njs 0.8.10                                      08 Apr 2025
 
     nginx modules: