[njs] Stream: adjusted periodic timeout in tests.

2023-09-29 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/febba7cb31e0 branches: changeset: 2210:febba7cb31e0 user: Dmitry Volyntsev date: Thu Sep 28 18:11:15 2023 -0700 description: Stream: adjusted periodic timeout in tests. diffstat: nginx/t/stream_js_periodic.t | 2 +- 1 files changed, 1 inserti

[njs] RegExp: improved memory footprint when match fails.

2023-09-29 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/88318e18dec9 branches: changeset: 2211:88318e18dec9 user: Dmitry Volyntsev date: Thu Sep 28 19:09:56 2023 -0700 description: RegExp: improved memory footprint when match fails. diffstat: src/njs_regexp.c | 8 +--- 1 files changed, 5 inser

Re: [PATCH] Improve performance when starting nginx with a lot of locations

2023-09-29 Thread Maxim Dounin
Hello! On Fri, Sep 22, 2023 at 03:58:41PM +0900, Yusuke Nojima wrote: > # HG changeset patch > # User Yusuke Nojima > # Date 1679555707 -32400 > # Thu Mar 23 16:15:07 2023 +0900 > # Node ID 6aac98fb135e47ca9cf7ad7d780cf4a10e9aa55c > # Parent 8771d35d55d0a2b1cefaab04401d6f837f5a05a2 > Impro

[njs] FS: introduced fs.existsSync().

2023-09-29 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/f076da3c7a6f branches: changeset: 2212:f076da3c7a6f user: Dmitry Volyntsev date: Fri Sep 29 21:41:34 2023 -0700 description: FS: introduced fs.existsSync(). diffstat: external/njs_fs_module.c | 30 ++ test/fs/metho