From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 25 Jul 2019 02:10:38 +0300 From: Konstantin Osipov Subject: Re: [tarantool-patches] [PATCH 3/5] lua: allow to encode and decode decimals as msgpack Message-ID: <20190724231038.GC15185@atlas> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com, Serge Petrenko List-ID: * Serge Petrenko [19/07/17 18:34]: > It is now possible to insert decimals into spaces, but only into > unindexed fields. OK, I get this. You need a quick encoder from Lua decimal into space tuple, which bypasses an intermediate representation, for this patch. Please merge the previous patch with this one then. > -- Konstantin Osipov, Moscow, Russia