Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #11215

Re: String concatenation - which is the fastest way ?

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 <rosuav@gmail.com>
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> <CAPTjJmrF0GcVs0onfoCHAbMe38b5iLXgFX1R7G_RXcKxjPH5wQ@mail.gmail.com> <20110810133146.GE5045@host.pgf.com.pl> <j1ub3q$65c$1@dough.gmane.org> <20110811064030.GB4990@host.pgf.com.pl> <CAPTjJmqiiKcT7Zg-XkbrQ4r-keU9+1Kj=+sEwa4xp==2EG-5aQ@mail.gmail.com> <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 <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2180.1313070526.1164.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, Aug 11, 2011 at 2:46 PM,  <przemolicc@poczta.fm> 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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: String concatenation - which is the fastest way ? Chris Angelico <rosuav@gmail.com> - 2011-08-11 14:48 +0100
  Re: String concatenation - which is the fastest way ? SigmundV <sigmundv@gmail.com> - 2011-08-11 14:38 -0700
    Re: String concatenation - which is the fastest way ? przemolicc@poczta.fm - 2011-08-12 09:10 +0200
      Re: String concatenation - which is the fastest way ? SigmundV <sigmundv@gmail.com> - 2011-08-12 09:09 -0700

csiph-web