Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 19:10:23 +0300
From:      Enache Adrian <enache@rdslink.ro>
To:        Yusuf Goolamabbas <yusufg@outblaze.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Perl 5.8.1-RC4 release notes mention FreeBSD malloc upto 200 times slower than perl malloc
Message-ID:  <20030909161023.GA1398@ratsnest.hole>
In-Reply-To: <20030909070017.GA19395@outblaze.com>
References:  <20030909070017.GA19395@outblaze.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 09, 2003 a.d., Yusuf Goolamabbas wrote:
> # slurping the whole compressed Perl source code into $a
> if (open F,"perl-5.8.1.tar.gz") { local $/; $a=<F> }

I fortunately fixed that in perl 5.8.1, so when "slurping" regular files
the buffer is no longer grown by little steps with realloc.

Regards,
Adi



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