Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/py-weave,
Allows the inclusion of C/C++ within Python code
Branch: CURRENT,
Version: 0.2.3,
Package name: py27-weave-0.2.3,
Maintainer: pkgsrc-usersThe weave package allows the inclusion of C/C++ within Python code. It is
part of the larger SciPy package, but is made available here as a stand
alone package so that more people can try it out.
Including C/C++ code within Python offers both another level of optimization
to those who need it, and an easy way to modify and extend an supported
extension libraries such as wxPython and hopefully VTK soon. Inlining C/C++
code within Python generally results in speed ups of 1.5x to 30x speed-up
over algorithms written in pure Python (However, it is also possible to slow
things down...). Generally algorithms that require a large number of calls
to the Python API don't benefit as much from the conversion to C/C++ as
algorithms that have inner loops completely convertable to C.
Required to run:[
math/py-scipy] [
lang/python27]
Master sites:
SHA1: 9e009c6733ebe34bb6e77689bd78bd7230cdbbf2
Filesize: 356.871 KB
Version history: (Expand)
- (2016-09-22) Package deleted from pkgsrc
- (2016-01-23) Package has been reborn
- (2016-01-21) Package deleted from pkgsrc
- (2015-09-07) Package has been reborn
- (2015-09-07) Package deleted from pkgsrc
- (2015-06-03) Package has been reborn
CVS history: (Expand)