From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: tarantool-patches@freelists.org
Cc: kostja@tarantool.org
Subject: [tarantool-patches] [PATCH 0/3] Optimize and simplify some tuple_update things
Date: Sat, 28 Apr 2018 01:36:37 +0300 [thread overview]
Message-ID: <cover.1524868484.git.v.shpilevoy@tarantool.org> (raw)
Branch: http://github.com/tarantool/tarantool/tree/gh-1261-update-by-json-preliminary
Issue: https://github.com/tarantool/tarantool/issues/1261
The patchset is a preparation for tuple update by JSON. It removes big amount of
legacy and not effective code, especially from tuple_update.c, and improves
tuple update performance by elimination of function pointers from rope library.
Vladislav Shpilevoy (3):
vinyl: remove vy_apply_upsert_ops
tuple_update: remove alloc and alloc_ctx args
rope: make rope library be C template using macros
debian/copyright | 2 +-
src/box/memtx_space.c | 18 +-
src/box/space.c | 23 +-
src/box/tuple.c | 6 +-
src/box/tuple_update.c | 123 ++++---
src/box/tuple_update.h | 14 +-
src/box/vinyl.c | 10 +-
src/box/vy_upsert.c | 64 +---
src/lib/salad/CMakeLists.txt | 2 +-
src/lib/salad/rope.c | 664 ------------------------------------
src/lib/salad/rope.h | 790 ++++++++++++++++++++++++++++++++++++++-----
test/unit/column_mask.c | 30 +-
test/unit/rope.c | 1 -
test/unit/rope_avl.c | 1 -
test/unit/rope_basic.c | 1 -
test/unit/rope_common.h | 21 +-
test/unit/rope_stress.c | 5 +-
17 files changed, 834 insertions(+), 941 deletions(-)
delete mode 100644 src/lib/salad/rope.c
--
2.15.1 (Apple Git-101)
next reply other threads:[~2018-04-27 22:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-27 22:36 Vladislav Shpilevoy [this message]
2018-04-27 22:36 ` [tarantool-patches] [PATCH 1/3] vinyl: remove vy_apply_upsert_ops Vladislav Shpilevoy
2018-05-08 20:18 ` [tarantool-patches] " Konstantin Osipov
2018-04-27 22:36 ` [tarantool-patches] [PATCH 2/3] tuple_update: remove alloc and alloc_ctx args Vladislav Shpilevoy
2018-05-08 20:18 ` [tarantool-patches] " Konstantin Osipov
2018-04-27 22:36 ` [tarantool-patches] [PATCH 3/3] rope: make rope library be C template using macros Vladislav Shpilevoy
2018-05-08 20:22 ` [tarantool-patches] " Konstantin Osipov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1524868484.git.v.shpilevoy@tarantool.org \
--to=v.shpilevoy@tarantool.org \
--cc=kostja@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [tarantool-patches] [PATCH 0/3] Optimize and simplify some tuple_update things' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox