From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 1 Apr 2019 15:08:17 +0300 From: Vladimir Davydov Subject: Re: [PATCH] vinyl: factor out procedure looking up LSM tree range intersection Message-ID: <20190401120817.7sihminmoheq53n6@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: tarantool-patches@freelists.org List-ID: On Mon, Apr 01, 2019 at 03:07:22PM +0300, Vladimir Davydov wrote: > It's an independent piece of code that is definitely worth moving > from vy_scheduler to vy_lsm internals anyway. Besides, having it > wrapped up in a separate function will make it easier to patch. > --- > src/box/vy_lsm.c | 24 ++++++++++++++++++++++++ > src/box/vy_lsm.h | 16 ++++++++++++++++ > src/box/vy_scheduler.c | 25 +++---------------------- > 3 files changed, 43 insertions(+), 22 deletions(-) This is trivial refactoring I need to incorporate hints into vy_range_tree. Pushed to master.