[tarantool-patches] Re: [PATCH v3 1/7] memtx: introduce universal iterator_pool

Vladimir Davydov vdavydov.dev at gmail.com
Mon Feb 25 20:14:44 MSK 2019


On Mon, Feb 25, 2019 at 07:39:19PM +0300, Kirill Shcherbatov wrote:
> Memtx uses separate mempools for iterators of different types.
> Due to the fact that there will be more iterators of different
> sizes in a series of upcoming changes, let's always allocate the
> iterator of the largest size.
> No changes have been made to the rtree iterators pool because the
> size of these structures is significantly larger.
> 
> Needed for #3961
> ---
>  src/box/memtx_bitset.c | 15 +++++++--------
>  src/box/memtx_engine.c |  9 +++------
>  src/box/memtx_engine.h | 20 ++++++++++++++------
>  src/box/memtx_hash.c   | 15 +++++++--------
>  src/box/memtx_tree.c   | 13 ++++++-------
>  5 files changed, 37 insertions(+), 35 deletions(-)

Pushed to 2.1.



More information about the Tarantool-patches mailing list