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.18:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648059279.31.0.485431098739.issue39298@roundup.psfhosted.org>
In-reply-to
Content
The Rust version is already quite "lean".  And it can be much faster than the C version, because it supports internal multithreading.  Even without multithreading I bet it's at least a hair faster.

Also, Jack has independently written a Python package based around the C version:

  https://github.com/oconnor663/blake3-py/tree/master/c_impl

so my making one would be redundant.

I have no interest in building standalone BLAKE3 PyPI packages for Raspberry Pi or Android.  My goal was for BLAKE3 to be one of the "included batteries" in Python--which would have meant it would, eventually, be available on the Raspberry Pi and Android builds that way.
History
Date User Action Args
2022-03-23 18:14:39larrysetrecipients: + larry, lemburg, gregory.p.smith, christian.heimes, mgorny, Zooko.Wilcox-O'Hearn, jstasiak, oconnor663, corona10, xtreak, kmaork
2022-03-23 18:14:39larrysetmessageid: <1648059279.31.0.485431098739.issue39298@roundup.psfhosted.org>
2022-03-23 18:14:39larrylinkissue39298 messages
2022-03-23 18:14:39larrycreate