[Tarantool-patches] [PATCH v2 0/3] box_return_mp

Kirill Yukhin kyukhin at tarantool.org
Tue Apr 28 14:08:35 MSK 2020


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


More information about the Tarantool-patches mailing list