From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2666C46970E for ; Sun, 26 Jan 2020 15:01:45 +0300 (MSK) From: Chris Sosnin Date: Sun, 26 Jan 2020 15:01:40 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 0/2] box: implement binary search for _session_settings List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, tarantool-patches@dev.tarantool.org Changes in v3: - add a patch that removes setting modules - apply Vlad's fixes branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-4712-search-settings issue: https://github.com/tarantool/tarantool/issues/4712 Chris Sosnin (2): box: replace session_settings modules with a single array box: add binary search for _session_settings space src/box/session_settings.c | 180 +++++++++++------- src/box/session_settings.h | 47 +++-- src/box/sql/build.c | 60 ++---- ...1-access-settings-from-any-frontend.result | 37 ++-- ...access-settings-from-any-frontend.test.lua | 28 ++- 5 files changed, 198 insertions(+), 154 deletions(-) -- 2.21.1 (Apple Git-122.3)