From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 31 May 2015 04:40:47 +0000 Message-ID: <20150531044047.Horde.O6Kyd_W2LFmUu83bds-TlRT@ssl.eumx.net> From: Kurt H Maier To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> References: <20150530061308.Horde.aC_WDskRKnim3lHX6LLxoUF@ssl.eumx.net> <282c8157ab32274a7a57bdaf92cfdb09@proxima.alt.za> <20150530065929.Horde.QDsqrRMAxzJn6m4W92CoPMS@ssl.eumx.net> <201505310304.t4V34Zqd013068@freefriends.org> In-Reply-To: <201505310304.t4V34Zqd013068@freefriends.org> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [9fans] Ports tree for Plan 9 Topicbox-Message-UUID: 571f93a0-ead9-11e9-9d60-3106f5b1d025 Quoting arnold@skeeve.com: > BWK has said that malloc affects the performance of his awk; I think > it's in his README file. Yes, it was explained to me that plan 9 malloc does useful things instead of just shoving things into the first available hole like APE malloc. I'm reasonably certain Moore's Law has fixed this issue for all practical applications, however... > I can't get to this with a browser. How does one get the source? Is it > intended to run on *nix also? It'd be nice to have since it's always > fun to compare multiple implementations when trying to figure out a > corner case. Besides BWK's awk, there is mawk, BusyBox awk, and the > MKS awk as found in the various OpenSolaris derivatives. I mangled some webshit earlier today on that server (bad timing I guess). Correct link to the hg repo is https://code.9front.org/hg/awk And I think I have a tarball at http://intma.in/downloads/awk.tgz but that webserver Content-type is broken so you should hget it instead of using a browser to download. khm