Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cython | 7,986 | 13,709 | 1,875 | a day ago | 118 | May 17, 2022 | 1,166 | apache-2.0 | Python | |
The most widely used Python to C compiler | ||||||||||
Tensorbase | 1,217 | a year ago | 47 | apache-2.0 | Rust | |||||
TensorBase is a new big data warehousing with modern efforts. | ||||||||||
Graphchi Cpp | 710 | 4 years ago | 32 | C++ | ||||||
GraphChi's C++ version. Big Data - small machine. | ||||||||||
Sidekick | 479 | a month ago | 34 | February 14, 2022 | 5 | agpl-3.0 | Go | |||
High Performance HTTP Sidecar Load Balancer | ||||||||||
Incubator Wayang | 113 | 2 days ago | 128 | apache-2.0 | Java | |||||
Apache Wayang(incubating) is the first cross-platform data processing system. | ||||||||||
Splash | 86 | 3 years ago | 3 | apache-2.0 | Scala | |||||
Splash, a flexible Spark shuffle manager that supports user-defined storage backends for shuffle data storage and exchange | ||||||||||
Streambench | 41 | 4 years ago | 2 | apache-2.0 | C++ | |||||
Measuring the performance of popular streaming engines with Yahoo's Streaming Benchmark | ||||||||||
Slsm Tree | 29 | 5 years ago | gpl-3.0 | C++ | ||||||
High-Performance C++ Data System | ||||||||||
Sparkucx | 23 | 2 years ago | 6 | bsd-3-clause | Scala | |||||
A high-performance, scalable and efficient ShuffleManager plugin for Apache Spark, utilizing UCX communication layer | ||||||||||
Coolplaydruid | 8 | 5 years ago | 2 | |||||||
Druid:a high-performance, column-oriented, distributed data store |
Cython is a Python compiler that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations.
Cython translates Python code to C/C++ code, but additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code.
This makes Cython the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code.
Cython has about 30 million downloads per month on PyPI. You can support the Cython project via Github Sponsors or Tidelift.
If you already have a C compiler, just run following command:
pip install Cython
otherwise, see the installation page.
The original Pyrex program was licensed "free of restrictions" (see below). Cython itself is licensed under the permissive Apache License.
See LICENSE.txt.
Want to contribute to the Cython project? Here is some help to get you started.
We are currently building the next great Cython edition: Cython 3.0. You can help us make the life of Python 3.x users easier.
Started as a project in the early 2000s, Cython has outlived most other attempts at producing static compilers for the Python language.
Similar projects that have a relevance today include:
clang
C compiler).
It mostly targets numerical code that uses NumPy.In comparison to the above, Cython provides
Note that Cython used to ship the full version control repository in its source distribution, but no longer does so due to space constraints. To get the full source history from a downloaded source archive, make sure you have git installed, then step into the base directory of the Cython source distribution and type:
make repo
This is a development version of Pyrex, a language for writing Python extension modules.
For more info, take a look at:
Comments, suggestions, bug reports, etc. are most welcome!
Copyright stuff: Pyrex is free of restrictions. You may use, redistribute, modify and distribute modified versions.
The latest version of Pyrex can be found here.
A citizen of NewZealandCorp, a wholly-owned subsidiary of USA Inc.