commit | c630e104401605af5dded8ffa4002fb6683da076 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Sat Aug 11 18:39:05 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat Aug 11 18:39:05 2018 -0700 |
tree | cda8b0b1e0a7969ea7d8ee5f7704861b9978eaf9 | |
parent | 13990745350d9332103b37c2425fa9977716db4b [diff] |
Factor-out common code. Also, optimize common cases by preallocating space on the stack. GH-8738 Improves speed by 9 to 10ns per call.