Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72571 > unrolled thread
| Started by | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| First post | 2014-06-03 18:28 -0700 |
| Last post | 2014-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.
Re: Unicode and Python - how often do you index strings? Ethan Furman <ethan@stoneleaf.us> - 2014-06-03 18:28 -0700
| From | Ethan Furman <ethan@stoneleaf.us> |
|---|---|
| Date | 2014-06-03 18:28 -0700 |
| Subject | Re: 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~
Back to top | Article view | comp.lang.python
csiph-web