[Numpy-svn] [numpy/numpy] 6b05a6: ENH: use PyObject_CallFunctionObjArgs in Generic*F...

GitHub noreply at github.com
Thu Dec 5 19:37:23 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6b05a67b7d1f69e219f34b693fc893da07e9b506
      https://github.com/numpy/numpy/commit/6b05a67b7d1f69e219f34b693fc893da07e9b506
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M numpy/core/src/multiarray/number.c

  Log Message:
  -----------
  ENH: use PyObject_CallFunctionObjArgs in Generic*Function

ObjArgs is a few percent faster than the format version. This is
noticable in scalar operations.


  Commit: d47b6de83b9435628ee2883df4b029601fe46d0e
      https://github.com/numpy/numpy/commit/d47b6de83b9435628ee2883df4b029601fe46d0e
  Author: njsmith <njs at pobox.com>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M numpy/core/src/multiarray/number.c

  Log Message:
  -----------
  Merge pull request #4106 from juliantaylor/objargs

ENH: use PyObject_CallFunctionObjArgs in Generic*Function


Compare: https://github.com/numpy/numpy/compare/056ab73e567b...d47b6de83b94


More information about the Numpy-svn mailing list