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


Groups > comp.lang.python > #72571 > unrolled thread

Re: Unicode and Python - how often do you index strings?

Started byEthan Furman <ethan@stoneleaf.us>
First post2014-06-03 18:28 -0700
Last post2014-06-03 18:28 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Unicode and Python - how often do you index strings? Ethan Furman <ethan@stoneleaf.us> - 2014-06-03 18:28 -0700

#72571 — Re: Unicode and Python - how often do you index strings?

FromEthan Furman <ethan@stoneleaf.us>
Date2014-06-03 18:28 -0700
SubjectRe: Unicode and Python - how often do you index strings?
Message-ID<mailman.10662.1401846690.18130.python-list@python.org>
On 06/03/2014 05:39 PM, Chris Angelico wrote:
>
> A current discussion regarding Python's Unicode support centres (or
> centers, depending on how close you are to the cent[er]{2} of the
> universe) around one critical question: Is string indexing common?

I use it quite a bit, but the strings are usually quite small (well under 100 characters) so an implementation that 
wasn't O(1) would not hurt me much.

--
~Ethan~

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web