Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/3] Optimize and simplify some tuple_update things
@ 2018-04-27 22:36 Vladislav Shpilevoy
  2018-04-27 22:36 ` [tarantool-patches] [PATCH 1/3] vinyl: remove vy_apply_upsert_ops Vladislav Shpilevoy
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vladislav Shpilevoy @ 2018-04-27 22:36 UTC (permalink / raw)
  To: tarantool-patches; +Cc: kostja

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)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-08 20:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27 22:36 [tarantool-patches] [PATCH 0/3] Optimize and simplify some tuple_update things Vladislav Shpilevoy
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

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