aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Zhestikov <v.zhestikov@f5.com>2025-05-05 12:38:32 -0700
committerVadimZhestikov <108960056+VadimZhestikov@users.noreply.github.com>2025-05-05 17:19:07 -0700
commitfcb99b68f86a72c96e21b81b3b78251174dbd3bf (patch)
tree2587e5ee7385fe2c4d9257f317520d60497ce2a2
parentddac1cf8e78c5e6c4ea2ec33d48c506939fd2f57 (diff)
downloadnjs-fcb99b68f86a72c96e21b81b3b78251174dbd3bf.tar.gz
njs-fcb99b68f86a72c96e21b81b3b78251174dbd3bf.zip
Version 0.9.0.0.9.0
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87392f4c..af7e4b61 100644
--- 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: