From: Konstantin Osipov <kostja@tarantool.org> To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com, Kirill Shcherbatov <kshcherbatov@tarantool.org> Subject: Re: [tarantool-patches] [PATCH v1 4/8] box: load persistent Lua functions on creation Date: Fri, 31 May 2019 11:16:41 +0300 [thread overview] Message-ID: <20190531081641.GC31572@atlas> (raw) In-Reply-To: <9ed730e31d6c261f64239f2f4124b98716770156.1559212747.git.kshcherbatov@tarantool.org> * Kirill Shcherbatov <kshcherbatov@tarantool.org> [19/05/30 14:12]: Could you please benchmark how much slower is a function invocation in a fresh sandbox compared to a re-cycled one? How many invocations per second can we get for a simple ffunction like return a*a? -- Konstantin Osipov, Moscow, Russia
next prev parent reply other threads:[~2019-05-31 8:16 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-05-30 10:45 [PATCH v1 0/8] box: functional indexes Kirill Shcherbatov 2019-05-30 10:45 ` [PATCH v1 1/8] box: refactor box_lua_find helper Kirill Shcherbatov 2019-05-30 10:45 ` [PATCH v1 2/8] box: rework func cache update machinery Kirill Shcherbatov 2019-05-30 10:45 ` [PATCH v1 3/8] schema: rework _func system space format Kirill Shcherbatov 2019-05-30 12:06 ` [tarantool-patches] " Konstantin Osipov 2019-06-03 16:14 ` Vladimir Davydov 2019-05-30 13:10 ` Vladislav Shpilevoy 2019-05-30 10:45 ` [PATCH v1 4/8] box: load persistent Lua functions on creation Kirill Shcherbatov 2019-05-31 8:16 ` Konstantin Osipov [this message] 2019-06-03 8:26 ` [tarantool-patches] " Kirill Shcherbatov 2019-05-30 10:45 ` [PATCH v1 5/8] netbox: call persistent functions in netbox Kirill Shcherbatov 2019-05-30 10:45 ` [PATCH v1 6/8] box: export _func functions with box.func folder Kirill Shcherbatov 2019-06-03 16:22 ` Vladimir Davydov 2019-06-03 16:24 ` Vladimir Davydov 2019-05-30 10:45 ` [PATCH v1 7/8] box: introduce memtx_slab_alloc helper Kirill Shcherbatov 2019-05-30 10:45 ` [PATCH v1 8/8] box: introduce functional indexes in memtx Kirill Shcherbatov 2019-05-30 11:18 ` [tarantool-patches] [PATCH v1 0/8] box: functional indexes Vladislav Shpilevoy 2019-05-30 11:43 ` [tarantool-patches] " Kirill Shcherbatov 2019-05-30 11:47 ` [tarantool-patches] " Konstantin Osipov 2019-06-03 15:55 ` Vladimir Davydov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190531081641.GC31572@atlas \ --to=kostja@tarantool.org \ --cc=kshcherbatov@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov.dev@gmail.com \ --subject='Re: [tarantool-patches] [PATCH v1 4/8] box: load persistent Lua functions on creation' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox