From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 39ACC261E3 for ; Sat, 9 Jun 2018 07:49:06 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jogQoNpSvjV5 for ; Sat, 9 Jun 2018 07:49:06 -0400 (EDT) Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id E82CB20672 for ; Sat, 9 Jun 2018 07:49:05 -0400 (EDT) Received: from [185.6.245.156] (port=2186 helo=mimeev-ThinkPad-T460p.mail.msk) by smtp16.mail.ru with esmtpa (envelope-from ) id 1fRcMi-00022S-6J for tarantool-patches@freelists.org; Sat, 09 Jun 2018 14:49:04 +0300 From: imeevma@tarantool.org Subject: [tarantool-patches] [PATCH v2 0/2] Create bigrefs for tuples Date: Sat, 9 Jun 2018 14:49:03 +0300 Message-Id: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Mergen Imeev (1): box: create bigrefs for tuples Vladislav Shpilevoy (1): tuple: introduce bigref hints src/box/box.cc | 20 ++--- src/box/errcode.h | 2 +- src/box/index.cc | 20 ++--- src/box/lua/tuple.c | 5 +- src/box/port.c | 8 +- src/box/tuple.c | 182 ++++++++++++++++++++++++++++++++++++++++-- src/box/tuple.h | 105 +++++++++--------------- src/box/vinyl.c | 38 ++++----- test/box/misc.result | 39 +++++---- test/box/select.result | 43 ++++++++-- test/box/select.test.lua | 21 ++++- test/unit/CMakeLists.txt | 3 + test/unit/tuple_bigref.c | 174 ++++++++++++++++++++++++++++++++++++++++ test/unit/tuple_bigref.result | 6 ++ 14 files changed, 510 insertions(+), 156 deletions(-) create mode 100644 test/unit/tuple_bigref.c create mode 100644 test/unit/tuple_bigref.result -- 2.7.4