]> git.kaiwu.me - njs.git/commit
Improved memory consumption of String.prototype.concat() with numbers.
authorVadim Zhestikov <v.zhestikov@f5.com>
Tue, 24 Jun 2025 00:44:57 +0000 (17:44 -0700)
committerVadimZhestikov <108960056+VadimZhestikov@users.noreply.github.com>
Thu, 3 Jul 2025 16:34:25 +0000 (09:34 -0700)
commit853bf75366488af34e6d2db338bc0c8bfb850ea2
tree65baa4e1753804f6cb14d7caec27986359271b77
parentde00a558699b1fb234dd0328aa084a39ea788355
Improved memory consumption of String.prototype.concat() with numbers.
src/njs_dtoa.h
src/njs_string.c
src/test/njs_unit_test.c