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 gregory.p.smith
Recipients
Date 2005-03-13.01:13:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=413

I linked a _hashlib.so library statically against openssl
and reran the speed test.  no change.  that means its not
shared library overhead causing the higher startup time but
just an artifact of the OpenSSL EVP interface.

Next up, analyze what size things common heavy sha1 using
applications regularly hash (BitTorrent and such).
History
Date User Action Args
2007-08-23 15:41:50adminlinkissue1121611 messages
2007-08-23 15:41:50admincreate