aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pythran/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-08 04:07:56 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:55 +0700
commit18abd0ea29267d8d3f91011427742cf3545b3d58 (patch)
treea277418a4be26b562f656faeda3eac020193e4ff /python/python3-pythran/README
parent2ddf50ccd01ada3a22b0e148ae424aa835441db6 (diff)
python/python3-pythran: Added (AOT compiler for numeric kernels)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pythran/README')
-rw-r--r--python/python3-pythran/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-pythran/README b/python/python3-pythran/README
new file mode 100644
index 0000000000000..32e80a1c06103
--- /dev/null
+++ b/python/python3-pythran/README
@@ -0,0 +1,7 @@
+Pythran is an ahead of time compiler for a subset of the Python
+language, with a focus on scientific computing. It takes a Python
+module annotated with a few interface descriptions and turns it into a
+native Python module with the same interface, but (hopefully) faster.
+
+It is meant to efficiently compile scientific programs, and takes
+advantage of multi-cores and SIMD instruction units.