Skip to content

Commit 8d84c0a

Browse files
committed
Add Cython reference
1 parent 585d71e commit 8d84c0a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/references/bib.bib

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,3 +1821,18 @@ @article{ling:1974a
18211821
volume = {69},
18221822
year = {1974},
18231823
}
1824+
1825+
@inproceedings{seljebotn:2009a,
1826+
abstract = {Cython has recently gained popularity as a tool for conveniently performing numerical computations in the Python environment, as well as mixing efficient calls to natively compiled libraries with Python code. We discuss Cython's features for fast NumPy array access in detail through examples and benchmarks. Using Cython to call natively compiled scientific libraries as well as using Cython in parallel computations is also given consideration. We conclude with a note on possible directions for future Cython development.},
1827+
address = {Pasadena, CA, USA},
1828+
author = {Dag Sverre Seljebotn},
1829+
booktitle = {Proceedings of the 8th Python in Science Conference},
1830+
doi = {},
1831+
editor = {Ga\"el Varoquaux and St\'efan van der Walt and Jarrod Millman},
1832+
keywords = {cython, python, numpy, scientific computing, strided arrays, ndarray, performance, algorithms},
1833+
numpages = {8},
1834+
pages = {15--22},
1835+
title = {{Fast numerical computations with Cython}},
1836+
url = {http://conference.scipy.org/proceedings/SciPy2009/paper_2},
1837+
year = {2009},
1838+
}

0 commit comments

Comments
 (0)