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#
$(PYTHON)
cython: C-Extensions for Python, an optimizing static compiler
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
0.1.3
install-requires.txt:
memory_allocator
Equivalent System Packages#
conda:
$ conda install memory-allocator
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023