From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3B9882623C for ; Tue, 12 Feb 2019 14:15:13 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id un1MSfI5Ygb0 for ; Tue, 12 Feb 2019 14:15:13 -0500 (EST) Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id A6E572236A for ; Tue, 12 Feb 2019 14:15:12 -0500 (EST) Date: Tue, 12 Feb 2019 22:15:10 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 2/2] Track wal vclock changes instead of copying Message-ID: <20190212191510.GA10042@chai> References: <776ef328508ddcbf6332af238b83f1291c9b7691.1549978870.git.georgy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <776ef328508ddcbf6332af238b83f1291c9b7691.1549978870.git.georgy@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Georgy Kirichenko * Georgy Kirichenko [19/02/12 17:09]: > Spare some vclock_copy invocations because they could be expensive. OK, you did a full-scale diff & merge. This could actually be slower than the fast vclock_copy() which is available from the previous patch. Let's discuss. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov