[tarantool-patches] Re: [PATCH v5 1/4] memtx: rework memtx_tree to store arbitrary nodes

Vladimir Davydov vdavydov.dev at gmail.com
Tue Mar 12 13:45:13 MSK 2019


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.



More information about the Tarantool-patches mailing list