From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 41FA84696C3 for ; Tue, 28 Apr 2020 14:08:37 +0300 (MSK) Date: Tue, 28 Apr 2020 14:08:35 +0300 From: Kirill Yukhin Message-ID: <20200428110835.pwabm2jgnpab4xps@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/3] box_return_mp List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Hello, On 23 апр 02:12, Vladislav Shpilevoy wrote: > The patchset extends the public C API with a function > box_return_mp(). It allows to return arbitrary MessagePack from > user's code. > > First patch introduces a new struct port - port_c. It replaces > port_tuple for stored C functions, and is able to store both > tuples and raw MessagePack. > > Second patch introduces the new public function. > > Third patch removes no longer needed struct port_tuple, since it > appeared to be not faster than struct port_c. > > Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4641-c-function-ret-mp > Issue: https://github.com/tarantool/tarantool/issues/4641 I've checked your patchset into master. -- Regards, Kirill Yukhin