Skip to content

Commit 88a2bfd

Browse files
committed
Implement different GCD algorithms and chose the fastest one at import time.
Also provide a function "use_gcd_impl()" to let users chose.
1 parent b0a3b6b commit 88a2bfd

File tree

3 files changed

+270
-66
lines changed

3 files changed

+270
-66
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ChangeLog
22
=========
33

4+
1.22 (2025-??-??)
5+
-----------------
6+
7+
* A choice of different GCD implementations is available via ``quicktions.use_gcd_impl()``.
8+
The fastest one on the current machine is chosen at import time.
9+
10+
411
1.21 (2025-06-13)
512
-----------------
613

0 commit comments

Comments
 (0)