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 oconnor663
Recipients Zooko.Wilcox-O'Hearn, christian.heimes, corona10, jstasiak, kmaork, larry, mgorny, oconnor663, xtreak
Date 2022-01-13.02:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642041534.71.0.40569520761.issue39298@roundup.psfhosted.org>
In-reply-to
Content
> As a first pass I say we merge the reference C implementation.

Do you mean portable-only C code, or portable + intrinsics? If the assembly files are out, I'd advocate for the latter. The intrinsics implementations are nearly as fast as the assembly code, and both of those are several times faster than the portable code. You can test this configuration with my current setup.py by setting the env var FORCE_INTRINSICS=1.
History
Date User Action Args
2022-01-13 02:38:54oconnor663setrecipients: + oconnor663, larry, christian.heimes, mgorny, Zooko.Wilcox-O'Hearn, jstasiak, corona10, xtreak, kmaork
2022-01-13 02:38:54oconnor663setmessageid: <1642041534.71.0.40569520761.issue39298@roundup.psfhosted.org>
2022-01-13 02:38:54oconnor663linkissue39298 messages
2022-01-13 02:38:54oconnor663create