Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.087 X-Spam-Evidence: '*H*': 0.83; '*S*': 0.00; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'rows': 0.16; 'wrote:': 0.16; 'header:In-Reply-To:1': 0.22; 'interface': 0.23; 'pm,': 0.24; 'aug': 0.24; 'thu,': 0.28; 'oracle': 0.29; 'message- id:@mail.gmail.com': 0.29; 'strings.': 0.30; 'list': 0.32; 'to:addr:python-list': 0.33; 'subject: ?': 0.34; 'hold': 0.35; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'data': 0.39; 'to:addr:python.org': 0.39; 'your': 0.61; 'straight': 0.63; '11,': 0.68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+4dOt3jWq2I/0blzHFxFRjWBW/mx/IY8WwpKzaRRJy4=; b=JARpd9o0hSJToEdzSv7rMX1Q3c0NCPtTxmRnDOQiqTU1RvleHGLQFVbt1O3V1ffPiU esKKTAt2k1ThsXqRB/nxy12TrIwpn5SGXXJlaMF8Z4JR8QJa0ad01mvcW+onqAs+KO9b WxdWgRyAIRooNVc+xMB1N2KONd7Uu904yNlgU= MIME-Version: 1.0 In-Reply-To: <20110811134613.GE4990@host.pgf.com.pl> References: <20110810111754.GD5045@host.pgf.com.pl> <20110810133146.GE5045@host.pgf.com.pl> <20110811064030.GB4990@host.pgf.com.pl> <20110811134613.GE4990@host.pgf.com.pl> Date: Thu, 11 Aug 2011 14:48:43 +0100 Subject: Re: String concatenation - which is the fastest way ? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313070526 news.xs4all.nl 23869 [2001:888:2000:d::a6]:55964 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11215 On Thu, Aug 11, 2011 at 2:46 PM, wrote: > This is the way I am going to use. > But what is the best data type to hold so many rows and then operate on them ? > List of strings. Take it straight from your Oracle interface and work with it directly. ChrisA