]> granicus.if.org Git - python/commit
Factor-out common code. Also, optimize common cases by preallocating space on the...
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 12 Aug 2018 01:39:05 +0000 (18:39 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Aug 2018 01:39:05 +0000 (18:39 -0700)
commitc630e104401605af5dded8ffa4002fb6683da076
treecda8b0b1e0a7969ea7d8ee5f7704861b9978eaf9
parent13990745350d9332103b37c2425fa9977716db4b
Factor-out common code. Also, optimize common cases by preallocating space on the stack. GH-8738

Improves speed by 9 to 10ns per call.
Modules/mathmodule.c