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 larry
Recipients Zooko.Wilcox-O'Hearn, christian.heimes, corona10, gregory.p.smith, jstasiak, kmaork, larry, lemburg, mgorny, oconnor663, xtreak
Date 2022-03-23.19:19:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648063159.5.0.0773124033723.issue39298@roundup.psfhosted.org>
In-reply-to
Content
I can't answer why the Rust one is so much larger--that's a question for Jack.  But the blake3-py you built might (should?) have support for SIMD extensions.  See the setup.py for how that works; it appears to at least try to use the SIMD extensions on x86 POSIX (32- and 64-bit), x86_64 Windows, and 64-bit ARM POSIX.

If you were really curious, you could run some quick benchmarks, then hack your local setup.py to not attempt adding support for those (see "portable code only" in setup.py) and do a build, and run your benchmarks again.  If BLAKE3 got a lot slower, yup, you (initially) built it with SIMD extension support.
History
Date User Action Args
2022-03-23 19:19:19larrysetrecipients: + larry, lemburg, gregory.p.smith, christian.heimes, mgorny, Zooko.Wilcox-O'Hearn, jstasiak, oconnor663, corona10, xtreak, kmaork
2022-03-23 19:19:19larrysetmessageid: <1648063159.5.0.0773124033723.issue39298@roundup.psfhosted.org>
2022-03-23 19:19:19larrylinkissue39298 messages
2022-03-23 19:19:19larrycreate