Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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: UNSURE 0.431 X-Spam-Level: **** X-Spam-Evidence: '*H*': 0.36; '*S*': 0.22; '*never*': 0.16; 'length.': 0.16; 'suggestion.': 0.16; 'examples': 0.20; 'memory': 0.22; 'header:User-Agent:1': 0.23; 'unicode': 0.24; 'header:In-Reply- To:1': 0.27; 'point': 0.28; "doesn't": 0.30; 'start,': 0.30; 'something': 0.35; 'there': 0.35; 'solving': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'length': 0.61; 'email addr:gmail.com': 0.63; 'pardon': 0.84; 'received:195.238': 0.84; 'received:195.238.6': 0.84; 'received:195.238.6.173': 0.84; 'received:belgacom.be': 0.84; 'received:isp.belgacom.be': 0.84; 'received:mailrelay007.isp.belgacom.be': 0.84; 'short,': 0.84 X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=K/4FL2PCLwLz0yUCLDM8BdkkXYERL8kpd1e6lZPJPhE= c=1 sm=2 a=a21qFd9_iNQA:10 a=IkcTkHD0fZMA:10 a=pGLkceISAAAA:8 a=-96DvpwKFxWKSyflFc0A:9 a=QEXdDO2ut3YA:10 a=MSl-tDqOz04A:10 a=ebiyvuhHyDCGrt7_:21 a=9J6Oi876YeeOyled:21 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcBAMb271FtgEev/2dsb2JhbAANToZNR715gSyDGAEBAQMBIxVGCwsaAgUhAgIPAhA2EwYCAod6AwmmdHSIaw1XiAeBKIttgm8WgkmBIQOVdoFpjCeIPA Date: Sun, 28 Jul 2013 22:01:10 +0200 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130704 Icedove/17.0.7 MIME-Version: 1.0 To: python-list@python.org Subject: Re: RE Module Performance References: <571a6dfe-fd66-42cf-92fc-8b97cbe6e9e4@googlegroups.com> <51DFDE65.5040001@Gmail.com> <4f1067f6-bc99-42ad-9166-37fb228b90e8@googlegroups.com> <51f14395$0$29971$c3e8da3$5496439d@news.astraweb.com> <51f15e03$0$29971$c3e8da3$5496439d@news.astraweb.com> <8203e802-9dc5-44c5-9547-6e1947ee224b@googlegroups.com> <4117e08f-941a-42d5-87b6-09e66f8c7b60@googlegroups.com> <95b91473-b707-4288-860c-d02fda7af1ea@googlegroups.com> In-Reply-To: <95b91473-b707-4288-860c-d02fda7af1ea@googlegroups.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 29 Jul 2013 09:27:00 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375082822 news.xs4all.nl 15925 [2001:888:2000:d::a6]:50719 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51426 Op 28-07-13 21:30, wxjmfauth@gmail.com schreef: > To be short, this is *never* the FSR, always something > else. > > Suggestion. Start by solving all these "micro-benchmarks". > all the memory cases. It a good start, no? > There is nothing to solve. Unicode doesn't force implementations to use the same size of memory for strings of the same length. So you pointing out examples of same length strings that don't use the same size of memory doesn't point at something that must be solved. -- Antoon Pardon