-
Georg Brandl authored
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
c29cc6a8
lab.nexedi.com will be down from Thuesday, 10 Febuary 2026, 06:50:00 UTC for a duration of approximately 2 hours
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.