[tarantool-patches] [PATCH 0/5] JSON update preparation

Kirill Yukhin kyukhin at tarantool.org
Wed Aug 28 01:08:28 MSK 2019


Hello,

On 14 июл 00:11, Vladislav Shpilevoy wrote:
> The patchset is mainly about rope and its usage. Rope is a data structure
> allowing to modify an array with memory overhead not depending on the array
> size. Only on the number of modifications. It is used when there is a long
> array of something, and a one wants to insert new elements, delete existing
> ones, change their values, but do not rebuild the whole array each time.
> 
> Rope is going to be one of the core data structures of the incoming JSON path
> updates, and this patchset makes it faster and lighter.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-1261-update-json-prepare
> Issue: https://github.com/tarantool/tarantool/issues/1261

I've checked your patchset into master.

--
Regards, Kirill Yukhin



More information about the Tarantool-patches mailing list