Path to this page:
./
wip/py-cykhash,
Cython equivalent to khash-sets/maps
Branch: CURRENT,
Version: 2.0.1,
Package name: py312-cykhash-2.0.1,
Maintainer: pkgsrc-usersCykhash is a cython equivalent to khash-sets/maps, efficient
implementation of isin and unique
Benefits:
Brings functionality of khash to Python and Cython and can be used
seamlessly in numpy or pandas.
Numpy's world is lacking the concept of a (hash-)set. This
shortcoming is fixed and efficient (memory- and speedwise compared
to pandas') unique and isin are implemented.
Python-set/dict have big memory-footprint. For some datatypes the
overhead can be reduced by using khash by factor 4-8.
Master sites:
Filesize: 43.843 KB
Version history: (Expand)
- (2024-08-25) Updated to version: py312-cykhash-2.0.1
- (2024-01-07) Package added to pkgsrc.se, version py311-cykhash-2.0.1 (created)