From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 742E2469710 for ; Mon, 8 Jun 2020 17:04:16 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id d7so10285489lfi.12 for ; Mon, 08 Jun 2020 07:04:16 -0700 (PDT) Date: Mon, 8 Jun 2020 17:04:13 +0300 From: Cyrill Gorcunov Message-ID: <20200608140413.GI134822@grain> References: <070de438e70c57b6177f5257a46b57151b519ca5.1590093222.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <070de438e70c57b6177f5257a46b57151b519ca5.1590093222.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 08/10] tuple: use unaligned store-load for field map List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Thu, May 21, 2020 at 10:37:31PM +0200, Vladislav Shpilevoy wrote: > A tuple can have a field map. It is an array of uint32_t values, > stored right after 'struct tuple' object in the same memory block. > Reviewed-by: Cyrill Gorcunov