diff options
Diffstat (limited to 'devel/py-numba/pkg-descr')
-rw-r--r-- | devel/py-numba/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/py-numba/pkg-descr b/devel/py-numba/pkg-descr new file mode 100644 index 000000000000..f5524a52be71 --- /dev/null +++ b/devel/py-numba/pkg-descr @@ -0,0 +1,7 @@ +Numba gives you the power to speed up your applications with high performance +functions written directly in Python. With a few annotations, array-oriented +and math-heavy Python code can be just-in-time compiled to native machine +instructions, similar in performance to C, C++ and Fortran, without having to +switch languages or Python interpreters. + +WWW: http://numba.pydata.org/ |