Subject: CVS commit: pkgsrc/devel/py-cykhash
From: Jason Bacon
Date: 2024-01-10 15:22:24
Message id: 20240110142224.5A74AFA42@cvs.NetBSD.org

Log Message:
devel/py-cykhash: Cython equivalent to khash-sets/maps

Cykhash 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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-cykhash/DESCR
1.1addpkgsrc/devel/py-cykhash/Makefile
1.1addpkgsrc/devel/py-cykhash/PLIST
1.1addpkgsrc/devel/py-cykhash/distinfo