1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
===============
EWAH Bool Utils
===============
.. image:: https://img.shields.io/pypi/v/ewah_bool_utils.svg
:target: https://pypi.python.org/pypi/ewah_bool_utils
EWAH Bool Array utils for yt
Free software: BSD license
Features
--------
* EWAH Bool Array compression stores integer arrays efficient in memory.
* Can be used for indexing arrays.
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
|