Gentoo Archives: gentoo-dev

From: Jeroen Roovers <jer@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place
Date: Thu, 19 May 2016 00:09:46
Message-Id: 20160519020930.17fb2659@wim.fritz.box
In Reply to: Re: [gentoo-dev] [PATCH] eutils.eclass: Add awk wrapper - eawk - edit file in place by "Göktürk Yüksek"
1 On Wed, 18 May 2016 19:31:38 -0400
2 Göktürk Yüksek <gokturk@g.o> wrote:
3
4 > There could be some performance implications. cat will usually do
5 > slow, buffered I/O. cp tries to be smarter with allocation, i.e. it
6 > may take advantage of the btrfs specific clone to do a O(1) copy.
7
8 Really? We're talking about editing streams of usually a couple of
9 kilobytes and performance is what you're worried about? Because of
10 not using one particular filesystem maybe? Really?
11
12
13 jer

Replies