]> granicus.if.org Git - python/commit
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code...
authorGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 11:02:04 +0000 (11:02 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 11:02:04 +0000 (11:02 +0000)
commitc29cc6a8f27bcbe74772b691a352c8e299a6abfa
tree84da71c8ac60efa3d5a9391fcd73dafc27e1a5c5
parent9d8711964f114b9f0f5ed8a9a1eccfba2a096030
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c