scispace - formally typeset
S

S. Chris Colbert

Publications -  2
Citations -  14456

S. Chris Colbert is an academic researcher. The author has contributed to research in topics: NumPy & Python (programming language). The author has an hindex of 2, co-authored 2 publications receiving 12406 citations.

Papers
More filters
Journal ArticleDOI

The NumPy Array: A Structure for Efficient Numerical Computation

TL;DR: In this article, the authors show how to improve the performance of NumPy arrays through vectorizing calculations, avoiding copying data in memory, and minimizing operation counts, which is a technique similar to the one described in this paper.
Journal ArticleDOI

The NumPy array: a structure for efficient numerical computation

TL;DR: This effort shows, NumPy performance can be improved through three techniques: vectorizing calculations, avoiding copying data in memory, and minimizing operation counts.