From nobody Wed Feb 24 11:29:56 2021 Authentication-Results: mail-b.sr.ht; dkim=pass header.d=eliasnaur.com header.i=@eliasnaur.com Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by mail-b.sr.ht (Postfix) with ESMTPS id E75D711EFF8 for <~eliasnaur/gio-patches@lists.sr.ht>; Wed, 24 Feb 2021 11:29:55 +0000 (UTC) Received: by mail-ed1-f44.google.com with SMTP id l12so2041413edt.3 for <~eliasnaur/gio-patches@lists.sr.ht>; Wed, 24 Feb 2021 03:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eliasnaur.com; s=google; h=mime-version:content-transfer-encoding:date:message-id:cc:subject :from:to:references:in-reply-to; bh=4iJqk3ZvWu8o1sBBmuuoBGft3OKoC8yXxH+i6n2A/6U=; b=H4E7oCVkWcGYbjFNhuCpr8JHKyyP9uBtGoktAkVNMV5MFhZSME52HeDY2Y2JyN5zDO 29YaxOZhauYpZVZPt2G2+G+XSI7Okuw7XE74PdEV88hqtix/Trg9Ln3wXzjH6FLVjYsS RgWezw+6r07AfypEjs9Ob5DA3MLolkvxqE4+yfO7YGXJ4xVhV2BMfjgeeu95UprBNJSC ZMA0NiXYJ4XcbypKgjIqanWP5Y+7maDca9vm90sq6UlB+apL21jve/foywOg+/YZ1daq HnNbtTAIndAohw1NIf5Yg8QLJ6HD2qXnMKjqtB/OEh95jAfC7vx7SOFSjuTXqj497FVX ytxQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:content-transfer-encoding:date :message-id:cc:subject:from:to:references:in-reply-to; bh=4iJqk3ZvWu8o1sBBmuuoBGft3OKoC8yXxH+i6n2A/6U=; b=sgiqI0I+hpcxjQT0hqvY3idWljb1jRZo+t/01WZy1i/0EB4LXrjCmPRXY8N1kuCYWo 2IleQFFL+EgsF6bBiW/LTWg5ERHl7tnldCsPFCx9ahRDquvGFnh9GWfKO5l+txhd1NtV X+FkoY/ZvXkV1OoB+x8NAaCGYlAIvUiYM/5yxj84RqF1xGrltPAbHQMWhyYPz3vwesAN MTPjL7fp7xEYSGMnDN6DydbFs7Vl+QZmC67eS12vD8G67lIx7yxwV5WeuvuQ67iII8z6 DNKXMHvq2dWweMh569lTczeBMHgc9zw3GgmZCjAI5zTSyuoliMmLwwMwqXbEr8Ws4KFR iQpw== X-Gm-Message-State: AOAM53173I5NkWdkeTw1VhEEl59B6QTg9lavbxCKwQHVGoHANqOvaWpl Q/rtcVIDrXAANbbKUiISHySCmA== X-Google-Smtp-Source: ABdhPJwrZv1WLVhRfeHz4s3AVfX/eM6OP5tE9t2XI/ZzPv6o1vOSNNAW0+El02TE3E+XPNQ7/Ntc0g== X-Received: by 2002:a50:c00b:: with SMTP id r11mr33207009edb.35.1614166194948; Wed, 24 Feb 2021 03:29:54 -0800 (PST) Received: from localhost ([145.255.60.245]) by smtp.gmail.com with ESMTPSA id o9sm1177265eji.101.2021.02.24.03.29.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 Feb 2021 03:29:54 -0800 (PST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 24 Feb 2021 12:29:53 +0100 Message-Id: Cc: <~eliasnaur/gio-patches@lists.sr.ht> Subject: Re: [PATCH gio] io/router: use f32.Rectangle in areaOp From: "Elias Naur" To: "Pierre Curto" References: <161411539567.28528.8411493416571596383-0@git.sr.ht> In-Reply-To: On Wed Feb 24, 2021 at 11:00, Pierre Curto wrote: > Le mer. 24 f=C3=A9vr. 2021 =C3=A0 10:20, Elias Naur = a =C3=A9crit : > > > > What's the point? If it is performance, please mention it in the commit > > message, preferably with a benchmark. > > This is indirectly related to the preparation of the ScrollRange patch. > Will add benchmarks though and resend if they are conclusive (also > slightly less memory footprint for very common struct). > Smaller footprint how? Isn't image.Rectangle the same size as f32.Rectangle? Elias