Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2008 21:54:59 -0500
From:      David Schultz <das@FreeBSD.ORG>
To:        George Reid <greid@ukug.uk.freebsd.org>
Cc:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/22442: [PATCH] Increase speed of split(1)
Message-ID:  <20080113025459.GA4582@VARK.MIT.EDU>
In-Reply-To: <200705060041.l460fbgE041143@freefall.freebsd.org>
References:  <200705060041.l460fbgE041143@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hmm...I'm not seeing any measurable difference in -CURRENT in
either the cached or the uncached case. The sequential read-ahead
heuristic in the kernel seems to negate any benefit of using a
larger buffer size, and using a larger buffer just causes problems
when people try to split out larger files (e.g., multi-GB files
for transfer to removable media). Interesting idea, though...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080113025459.GA4582>