memory_allocator: An extension class to allocate memory easily with Cython#
This extension class started as part of the Sage software.
Description#
development website: https://github.com/sagemath/memory_allocator
PyPI page: https://pypi.org/project/memory_allocator
License#
GPL-3.0
Upstream Contact#
Type#
standard
Dependencies#
cython: C-Extensions for Python, an optimizing static compiler
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
0.1.3
install-requires.txt:
memory_allocator
Equivalent System Packages#
conda:
$ conda install memory-allocator
gentoo:
$ sudo emerge dev-python/memory-allocator
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.