[issue15328] datetime.strptime slow

2012-07-14 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Extension Modules -None versions: +Python 3.4 -Python 2.7 ___ Python tracker ___ ___ Python-b

[issue15328] datetime.strptime slow

2012-07-13 Thread R. David Murray
R. David Murray added the comment: If someone wants to propose a patch we can reopen the issue. -- status: open -> closed ___ Python tracker ___

[issue15328] datetime.strptime slow

2012-07-13 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15328] datetime.strptime slow

2012-07-12 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15328] datetime.strptime slow

2012-07-11 Thread R. David Murray
R. David Murray added the comment: Thanks for the report. However, do you have a patch to propose? Otherwise I'm not sure there is a reason to keep this issue open...one can always say various things are slow; that by itself is not a bug. Performance enhancement patches are welcome, though

[issue15328] datetime.strptime slow

2012-07-11 Thread Lars Nordin
Lars Nordin added the comment: Running the script without any timestamp comparison (and parsing more log lines), gives these performance numbers: log lines: 7,173,101 time output: real1m9.892s user0m53.563s sys 0m1.592s -- ___ Python t

[issue15328] datetime.strptime slow

2012-07-11 Thread Lars Nordin
New submission from Lars Nordin : The datetime.strptime works well enough for me it is just slow. I recently added a comparison to a log parsing script to skip log lines earlier than a set date. After doing so my script ran much slower. I am processing 4,784,212 log lines in 1,746 files. Using