From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([94.135.154.194]) by ttr; Wed Jul 23 09:29:30 EDT 2014 Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: STM dependency scripting database Date: Wed, 23 Jul 2014 15:29:19 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] rc hangs forever concatenating a huge list In-Reply-To: <43a5cf905fffdc046dea091ef7af4108@x230.inri> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit that makes sense, the longer the old string in the destination buffer, the longer strcat() takes. whats funny is that the code isnt really needed. list2str() already does what Xqdol() does and it does it in linear time. :) fixed. -- cinap