diff options
Diffstat (limited to 'python/python3-pythran/README')
-rw-r--r-- | python/python3-pythran/README | 7 |
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. |