This repository was archived by the owner on Feb 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *****
1+ **********************************
22Intel® Scalable Dataframe Compiler
3- *****
3+ **********************************
44
55.. image :: https://travis-ci.com/IntelPython/sdc.svg?branch=master
66 :target: https://travis-ci.com/IntelPython/sdc
@@ -14,15 +14,12 @@ Intel® Scalable Dataframe Compiler
1414 :target: https://coveralls.io/github/IntelPython/sdc?branch=master
1515 :alt: Coveralls
1616
17- A compiler-based framework for big data in Python
18- #################################################
17+ Extension for Numba for Pandas compilation
18+ ###########################################
1919
20- Intel Scalable Dataframe Compiler (Intel® SDC) scales analytics/ML codes in Python
21- to bare-metal cluster/cloud performance automatically.
22- It compiles a subset of Python (Pandas/Numpy) to efficient parallel binaries
23- with MPI, requiring only minimal code changes.
24- Intel SDC is orders of magnitude faster than
25- alternatives like `Apache Spark <http://spark.apache.org/ >`_.
20+ Intel® Scalable Dataframe Compiler (Intel® SDC), which is an extension of `Numba* <https://numba.pydata.org/ >`_
21+ that enables compilation of `Pandas* <https://pandas.pydata.org/ >`_ operations. It automatically vectorizes and parallelizes
22+ the code by leveraging modern hardware instructions and by utilizing all available cores.
2623
2724Intel SDC's documentation can be found `here <https://intellabs.github.io/sdc-doc/ >`_.
2825
You can’t perform that action at this time.
0 commit comments