From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) (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 77575469719 for ; Thu, 27 Feb 2020 09:53:27 +0300 (MSK) Received: by mail-lf1-f65.google.com with SMTP id z9so1240621lfa.2 for ; Wed, 26 Feb 2020 22:53:27 -0800 (PST) Date: Thu, 27 Feb 2020 09:53:25 +0300 From: Konstantin Osipov Message-ID: <20200227065325.GF29715@atlas> References: <20200226082029.GA5040@atlas> <352307e9-cc71-2f26-8beb-148a3e0cd3de@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <352307e9-cc71-2f26-8beb-148a3e0cd3de@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH vshard 1/1] router: bucket_id_strcrc32 and bucket_id_mpcrc32 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org * Vladislav Shpilevoy [20/02/27 09:42]: > > * Vladislav Shpilevoy [20/02/26 09:31]: > >> Closes #207 > > > > While you're at it, is this hardware crc32? > > Yes, this is hardware, when possible. And it is in C. See crc32.c > files (there are two of them). I mean the entire method could be in C, including building a msgpack string from cdata. -- Konstantin Osipov, Moscow, Russia