From: Konstantin Osipov <kostja@tarantool.org>
To: tarantool-patches@freelists.org
Cc: Vladimir Davydov <vdavydov.dev@gmail.com>
Subject: Re: [tarantool-patches] Re: [PATCH v1 1/1] implement mp_stack class
Date: Thu, 24 Jan 2019 20:58:55 +0300 [thread overview]
Message-ID: <20190124175855.GA8694@chai> (raw)
In-Reply-To: <fd11f39f-b8cd-9c32-39ab-d6577a41a920@tarantool.org>
* Kirill Shcherbatov <kshcherbatov@tarantool.org> [19/01/23 11:24]:
> Introduced a new mp_stack class to make complex msgpack parsing.
> The structure is needed in order to facilitate the decoding
> nested MP_ARRAY and MP_MAP msgpack containers without recursion.
> This allows you to determine that the parsing of the current
> container is complete.
> Reworked mp_snprint and mp_fprint routines to use mp_stack
> instead of recursion.
Sorry to be nitpicking, but do we really need more than 65k frames?
With 2-byte frame identifiers we can fit a single frame into a
single 8-byte register.
>
> Needed for #1012
--
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov
prev parent reply other threads:[~2019-01-24 17:58 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-16 13:36 Kirill Shcherbatov
2019-01-16 18:03 ` Konstantin Osipov
2019-01-17 7:26 ` Kirill Shcherbatov
2019-01-17 7:32 ` [tarantool-patches] " Kirill Shcherbatov
2019-01-17 11:58 ` Alexander Turenko
2019-01-17 12:28 ` [tarantool-patches] " Kirill Shcherbatov
2019-01-17 16:34 ` Alexander Turenko
2019-01-18 7:03 ` Kirill Shcherbatov
2019-01-18 10:32 ` Kirill Shcherbatov
2019-01-21 9:46 ` Kirill Shcherbatov
2019-01-21 11:25 ` Alexander Turenko
2019-01-21 12:35 ` Kirill Shcherbatov
2019-01-21 20:25 ` Vladimir Davydov
2019-01-22 12:28 ` Kirill Shcherbatov
2019-01-22 20:21 ` Vladimir Davydov
2019-01-23 8:23 ` Kirill Shcherbatov
2019-01-23 10:06 ` Vladimir Davydov
2019-01-23 11:39 ` Kirill Shcherbatov
2019-01-24 17:58 ` Konstantin Osipov [this message]
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=20190124175855.GA8694@chai \
--to=kostja@tarantool.org \
--cc=tarantool-patches@freelists.org \
--cc=vdavydov.dev@gmail.com \
--subject='Re: [tarantool-patches] Re: [PATCH v1 1/1] implement mp_stack class' \
/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