]> git.kaiwu.me - njs.git/commit
Modules: removed extra copying in shared dictionary.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Jun 2024 06:06:26 +0000 (23:06 -0700)
committerDmitry Volyntsev <xeioexception@gmail.com>
Wed, 12 Jun 2024 21:53:47 +0000 (14:53 -0700)
commit558de1e14d9c9a6542bc0512b9fff51167ef6f3a
treec997c89e6c17a64ab7b7a784034df9dc46adbd39
parentd8fbff1b0b1099fac5f75112580d671007584b00
 Modules: removed extra copying in shared dictionary.

 After 5730d5f pool copy is not needed because
 njs_vm_value_string_create() always create a copy.
nginx/ngx_js_shared_dict.c