You need to sign in or sign up before continuing.
-
Georg Brandl authored
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
c29cc6a8
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.