From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 87164430409 for ; Mon, 17 Aug 2020 23:49:24 +0300 (MSK) References: <20200817133918.875558-1-gorcunov@gmail.com> <20200817133918.875558-7-gorcunov@gmail.com> From: Vladislav Shpilevoy Message-ID: <4f76adf1-3185-d4e2-3a88-8d312c9e5951@tarantool.org> Date: Mon, 17 Aug 2020 22:49:23 +0200 MIME-Version: 1.0 In-Reply-To: <20200817133918.875558-7-gorcunov@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v8 6/9] applier: add shorthands to queue access List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov , tml It seems this commit is not needed - I dropped it and nothing changed. Even no merge/rebase conflicts. On 17.08.2020 15:39, Cyrill Gorcunov wrote: > We need to access first and last xrow in a queue > frenquently and opencoded variants are too ugly. frenquently -> frequently.