-
由 Brandon T. Willard 提交于
This improvement is due to the use of `x[indices] += y` instead of `np.add.at(x, indices, y)`, but comes at the cost of not handling duplicate `indices` values.
92cf4887
This improvement is due to the use of `x[indices] += y` instead of `np.add.at(x, indices, y)`, but comes at the cost of not handling duplicate `indices` values.