From owner-freebsd-hackers Sat May 25 19:09:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA26285 for hackers-outgoing; Sat, 25 May 1996 19:09:39 -0700 (PDT) Received: from haven.uchicago.edu (root@haven.uchicago.edu [128.135.12.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA26278; Sat, 25 May 1996 19:09:33 -0700 (PDT) Received: from woodlawn.uchicago.edu (root@woodlawn.uchicago.edu [128.135.12.9]) by haven.uchicago.edu (8.7.5/8.7.3) with ESMTP id VAA07363; Sat, 25 May 1996 21:09:08 -0500 (CDT) Received: from woodlawn.uchicago.edu (csdayton@localhost.uchicago.edu [127.0.0.1]) by woodlawn.uchicago.edu (8.7.1/8.7.2) with ESMTP id VAA23555; Sat, 25 May 1996 21:10:02 -0500 (CDT) Message-Id: <199605260210.VAA23555@woodlawn.uchicago.edu> In-reply-to: "Matthew N. Dodd"'s message of Sat, 25 May 1996 20:25:05 -0500 (CDT) To: "Matthew N. Dodd" cc: freebsd-hackers@FreeBSD.org, Dima Ruban Subject: Re: Adduser program in C Reply-To: csdayton@midway.uchicago.edu References: Date: Sat, 25 May 1996 21:10:01 CDT From: Soren Dayton Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > On Sat, 25 May 1996, Dima Ruban wrote: > > First: this is not small tool. > > With diskspace at the price it is, I don't think size is an issue in most > cases. i do not think that this is where the hit is, but I just might be wrong. I think the problem is that perl does no real memory management and grows and grows and grows and grows and grows. Soren yet another member of the anti perl/C++ school of thought.