Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73140
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jeanpierreda@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.069 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.00; 'subject:Python': 0.06; 'subject: -- ': 0.07; 'ascii': 0.09; 'lawrence': 0.09; 'cc:addr :python-list': 0.11; 'stored': 0.12; 'language.': 0.14; 'storing': 0.16; 'language': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'byte': 0.24; 'bytes': 0.24; 'unicode': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; '-0700,': 0.31; 'subject:skip:i 10': 0.31; 'handled': 0.32; 'url:python': 0.33; '"the': 0.34; "i'd": 0.34; 'operations': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'reports': 0.37; 'being': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'skip:u 10': 0.60; 'free': 0.61; 'viruses': 0.61; 'protection': 0.63; 'our': 0.64; 'more': 0.64; 'details': 0.65; 'album': 0.68; 'antivirus': 0.68; 'therefore': 0.72; 'computers': 0.72; 'prime': 0.74; 'objectives': 0.83; 'song': 0.84; 'to:addr:yahoo.co.uk': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=jwKHwy9rYN/brwo1J1vZCWJkG5IKaoJlkGpiOWFqPQI=; b=KKno7seQDbpHBWAJIZ8K0unh5dnCHV580A75s64AArlou25YdsYUXiU0XdGjs4VuHf DG3IyfbAC0hRwznfYh2tQZH3p49KbxBfo9OtHaThJoHqOOk5alxD5qObsGTVUWJUM6dD VfoozuPQOOGaI3Vk5eUMn2GPAycUA5mgxaT5iES8z8xbHF2ymS4zxoa8WeB6Cf7OYtuK ykSAbqNkj7f6m7fF4gpncODmnEnxMoH7D6FMYr5VCuVeCJNUAfQRBZnqcoI2DWYvJscO F5LC0FUbh643Igup4jsMu6dZSxU9c91rpxjUP5BnN4i1PbaOk8VDYz+kERIOKJ8I/F0N etXw== |
| X-Received | by 10.140.37.135 with SMTP id r7mr43714254qgr.61.1402443011620; Tue, 10 Jun 2014 16:30:11 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <ln83i5$439$1@ger.gmane.org> |
| References | <ldJlv.251690$CE7.108063@fx17.am4> <ln83i5$439$1@ger.gmane.org> |
| From | Devin Jeanpierre <jeanpierreda@gmail.com> |
| Date | Tue, 10 Jun 2014 16:29:31 -0700 |
| Subject | Re: Micro Python -- a lean and efficient implementation of Python 3 |
| To | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | "comp.lang.python" <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10988.1402443019.18130.python-list@python.org> (permalink) |
| Lines | 47 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1402443019 news.xs4all.nl 2966 [2001:888:2000:d::a6]:42368 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73140 |
Show key headers only | View raw
Please don't be unnecessarily cruel and antagonistic. -- Devin On Tue, Jun 10, 2014 at 4:16 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > On 10/06/2014 20:43, alister wrote: >> >> On Tue, 10 Jun 2014 12:27:26 -0700, wxjmfauth wrote: >> > > [snip the garbage] > > >>> >>> jmf >> >> >> Your error reports always seem to resolve around benchmarks despite speed >> not being one of Pythons prime objectives >> >> Computers store data using bytes >> ASCII Characters can be used storing a single byte >> Unicode code-points cannot be stored in a single byte >> therefore Unicode will always be inherently slower than ASCII >> >> implementation details mean that some Unicode characters may be handled >> more efficiently than others, why is this wrong? >> why should all Unicode operations be equally slow? >> > > I'd like to dedicate a song to jmf. From the "Canterbury Sound" band > Caravan, the album "The Battle Of Hastings", the song title "Liar". > > -- > My fellow Pythonistas, ask not what our language can do for you, ask what > you can do for our language. > > Mark Lawrence > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > > > -- > https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Micro Python -- a lean and efficient implementation of Python 3 alister <alister.nospam.ware@ntlworld.com> - 2014-06-10 19:43 +0000
Re: Micro Python -- a lean and efficient implementation of Python 3 Tim Delaney <timothy.c.delaney@gmail.com> - 2014-06-11 08:29 +1000
Re: Micro Python -- a lean and efficient implementation of Python 3 alister <alister.nospam.ware@ntlworld.com> - 2014-06-11 08:14 +0000
Re: Micro Python -- a lean and efficient implementation of Python 3 Ben Finney <ben@benfinney.id.au> - 2014-06-11 21:37 +1000
Re: Micro Python -- a lean and efficient implementation of Python 3 wxjmfauth@gmail.com - 2014-06-11 05:30 -0700
Re: Micro Python -- a lean and efficient implementation of Python 3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-11 00:16 +0100
Re: Micro Python -- a lean and efficient implementation of Python 3 Devin Jeanpierre <jeanpierreda@gmail.com> - 2014-06-10 16:29 -0700
Re: Micro Python -- a lean and efficient implementation of Python 3 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-11 00:04 +0000
Re: Micro Python -- a lean and efficient implementation of Python 3 wxjmfauth@gmail.com - 2014-06-11 22:50 -0700
Re: Micro Python -- a lean and efficient implementation of Python 3 Ethan Furman <ethan@stoneleaf.us> - 2014-06-10 16:49 -0700
Re: Micro Python -- a lean and efficient implementation of Python 3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-06-11 02:01 +0100
Re: Micro Python -- a lean and efficient implementation of Python 3 wxjmfauth@gmail.com - 2014-06-11 00:40 -0700
Re: Micro Python -- a lean and efficient implementation of Python 3 Michael Torrie <torriem@gmail.com> - 2014-06-11 09:38 -0600
Re: Micro Python -- a lean and efficient implementation of Python 3 wxjmfauth@gmail.com - 2014-06-11 11:12 -0700
csiph-web