From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 12 Mar 2019 13:45:13 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] Re: [PATCH v5 1/4] memtx: rework memtx_tree to store arbitrary nodes Message-ID: <20190312104513.tjqqtnl67rgpqqcr@esperanza> References: <7a26c07df4a10c5e67fe82fcd235b2521547c657.1551951540.git.kshcherbatov@tarantool.org> <20190311103401.fs4cuvthwpiclx7d@esperanza> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Kirill Shcherbatov Cc: tarantool-patches@freelists.org List-ID: On Mon, Mar 11, 2019 at 07:53:48PM +0300, Kirill Shcherbatov wrote: > Reworked memtx_tree class to use structure memtx_tree_data as a > tree node. This makes possible to extend it with service field > to implement tuple hints and multikey indexes in subsequent > patches. > > Needed for #3961 > --- > src/box/memtx_tree.c | 245 ++++++++++++++++++++++++------------------- > 1 file changed, 138 insertions(+), 107 deletions(-) Pushed to 2.1.