Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2 0/2] Create bigrefs for tuples
@ 2018-06-09 11:49 imeevma
  2018-06-09 11:49 ` [tarantool-patches] [PATCH v2 1/2] box: create " imeevma
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: imeevma @ 2018-06-09 11:49 UTC (permalink / raw)
  To: tarantool-patches

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <cover.1528388742.git.imeevma@gmail.com>]

end of thread, other threads:[~2018-06-09 12:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-09 11:49 [tarantool-patches] [PATCH v2 0/2] Create bigrefs for tuples imeevma
2018-06-09 11:49 ` [tarantool-patches] [PATCH v2 1/2] box: create " imeevma
2018-06-09 12:36   ` Vladimir Davydov
2018-06-09 11:49 ` [tarantool-patches] [PATCH v2 2/2] tuple: introduce bigref hints imeevma
2018-06-09 12:39   ` Vladimir Davydov
2018-06-09 12:34 ` [tarantool-patches] [PATCH v2 0/2] Create bigrefs for tuples Vladimir Davydov
     [not found] <cover.1528388742.git.imeevma@gmail.com>
2018-06-07 16:34 ` [tarantool-patches] [PATCH v2 2/2] tuple: introduce bigref hints imeevma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox