This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients christian.heimes, gregory.p.smith, jcea, mark.dickinson, pitrou, serhiy.storchaka, skrah, tim.peters
Date 2012-11-11.12:45:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20121111124506.GA8200@sleipnir.bytereef.org>
In-reply-to <1352636451.48.0.0723873299569.issue16427@psf.upfronthosting.co.za>
Content
> The code can be identical, but the time will differ significantly for
> aligned and non-aligned data.

Of course, but in most cases the data *is* aligned, so only code that does
something quite special pays the performance penalty.
History
Date User Action Args
2012-11-11 12:45:05skrahsetrecipients: + skrah, tim.peters, gregory.p.smith, jcea, mark.dickinson, pitrou, christian.heimes, serhiy.storchaka
2012-11-11 12:45:05skrahlinkissue16427 messages
2012-11-11 12:45:05skrahcreate