Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'output': 0.05; 'lines,': 0.07; 'sys': 0.07; 'ascii': 0.09; 'data:': 0.09; 'e.g.,': 0.09; 'here?': 0.09; 'lines.': 0.09; 'rows': 0.09; 'subject:script': 0.09; 'subset': 0.09; 'python': 0.11; 'def': 0.12; 'stored': 0.12; 'suggest': 0.14; 'random': 0.14; 'times,': 0.14; 'be:': 0.16; 'code?': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'modules,': 0.16; 'rather,': 0.16; "skip:' 60": 0.16; 'slight': 0.16; 'stdout': 0.16; 'subject:random': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'module': 0.19; 'examples': 0.20; 'help.': 0.21; 'seems': 0.21; '(the': 0.22; 'memory': 0.22; 'import': 0.22; 'header:User-Agent:1': 0.23; 'fairly': 0.24; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'function': 0.29; 'array': 0.29; 'characters': 0.30; 'specified': 0.30; 'especially': 0.30; "i'm": 0.30; 'lines': 0.31; "skip:' 10": 0.31; 'bunch': 0.31; 'consisting': 0.31; 'linux.': 0.31; 'file': 0.32; 'skip:s 30': 0.35; 'something': 0.35; 'but': 0.35; 'version': 0.36; 'virtual': 0.37; 'so,': 0.37; 'performance': 0.37; 'to:addr:python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'skip:x 10': 0.40; 'referred': 0.60; 'length': 0.61; 'took': 0.61; 'simple': 0.61; 'first': 0.61; 'making': 0.63; 'more': 0.64; 'different': 0.65; 'dear': 0.65; 'header:Reply-To:1': 0.67; 'below.': 0.71; 'reply-to:no real name:2**0': 0.71; 'hoping': 0.75; '100': 0.79; 'attempt,': 0.84; 'characters,': 0.84; 'computers.': 0.84; 'dict,': 0.84; 'out-of- the': 0.84; 'ram,': 0.84; 'reply-to:addr:python.org': 0.84; 'subject:long': 0.84; 'subject:very': 0.91; 'was:': 0.91 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=f6aW8pOM c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=QUiRZEtCktgA:10 a=Y68EpkC-VXIA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=hjSkycE4cvsA:10 a=V32FA0H0zu6f58ydcrwA:9 a=wPNLvfGTeEIA:10 a=zPnJP2BrqS2l90z6:21 a=pCHCg58qgaNqWQPh:21 a=0nF1XD0wxitMEM03M9B4ZQ==:117 X-AUTH: mrabarnett:2500 Date: Thu, 11 Apr 2013 04:09:51 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: python-list@python.org Subject: Re: performance of script to write very long lines of random chars References: <24dc619b-7abd-4be3-aa92-f858eb4ab85f@n4g2000yqj.googlegroups.com> In-Reply-To: <24dc619b-7abd-4be3-aa92-f858eb4ab85f@n4g2000yqj.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org 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: 97 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365649974 news.xs4all.nl 2585 [2001:888:2000:d::a6]:47067 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43312 On 11/04/2013 02:21, gry wrote: > Dear pythonistas, > I am writing a tiny utility to produce a file consisting of a > specified number of lines of a given length of random ascii > characters. I am hoping to find a more time and memory efficient way, > that is still fairly simple clear, and _pythonic_. > > I would like to have something that I can use at both extremes of > data: > > 32M chars per line * 100 lines > or > 5 chars per line * 1e8 lines. > > E.g., the output of bigrand.py for 10 characters, 2 lines might be: > > gw2+M/5t&. > S[[db/l?Vx > > I'm using python 2.7.0 on linux. I need to use only out-of-the box > modules, since this has to work on a bunch of different computers. > At this point I'm especially concerned with the case of a few very > long lines, since that seems to use a lot of memory, and take a long > time. > Characters are a slight subset of the printable ascii's, specified in > the examples below. My first naive try was: > > from sys import stdout > import random > nchars = 32000000 > rows = 10 > avail_chrs = > '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%& > \'()*+,-./:;<=>?@[\\]^_`{}' > > def make_varchar(nchars): > return (''.join([random.choice(avail_chrs) for i in > range(nchars)])) > > for l in range(rows): > stdout.write(make_varchar(nchars)) > stdout.write('\n') > > This version used around 1.2GB resident/1.2GB virtual of memory for > 3min 38sec. > > > My second try uses much less RAM, but more CPU time, and seems rather, > umm, un-pythonic (the array module always seems a little un > pythonic...) > > from sys import stdout > from array import array > import random > nchars = 32000000 > rows = 10 > avail_chrs = > '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%& > \'()*+,-./:;<=>?@[\\]^_`{}' > a = array('c', 'X' * nchars) > > for l in range(rows): > for i in xrange(nchars): > a[i] = random.choice(avail_chrs) > a.tofile(stdout) > stdout.write('\n') > > This version using array took 4 min, 29 sec, using 34MB resident/110 > virtual. So, much smaller than the first attempt, but a bit slower. > Can someone suggest a better code? And help me understand the > performance issues here? > Names in the global scope are stored in a dict, but local to a function are stored in slots and can be accessed more quickly. 'avail_chrs' and 'random.choice' are referred to many times, so making 'avail_chrs' local and making a local reference to 'random.choice' will help. from sys import stdout from array import array import random def generate(): avail_chrs = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!"#$%&\'()*+,-./:;<=>?@[\\]^_`{}' rnd = random.choice for l in range(rows): stdout.write(''.join([rnd(avail_chrs) for i in xrange(nchars)])) stdout.write('\n') nchars = 32000000 rows = 10 generate()