Re: svn commit: rev 2450 - trunk/subversion/libsvn_wc
From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-07-10 11:44:44 CEST
On Wed, Jul 10, 2002 at 04:29:22AM -0500, jerenkrantz@tigris.org wrote:
Previously, we were doing the following via svn_hash_read():
read(3, "E", 1) = 1
This takes advantage of APR's buffering feature so that we now do:
read(3, "END\n", 4096) = 4
This should make reading the property files a bit faster since we'll
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.