python-cykhash 2.0.0-2 source package in Ubuntu

Changelog

python-cykhash (2.0.0-2) unstable; urgency=medium

  * Source-only upload

 -- Andreas Tille <email address hidden>  Tue, 14 Nov 2023 10:39:25 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cykhash_2.0.0-2.dsc 2.1 KiB 874d95e04e66af699203353d9beb774c710e197c38184c97cb993245f5eb973c
python-cykhash_2.0.0.orig.tar.gz 479.3 KiB acdfbec273c499eb03c0f092b737b754135d94757f8f7d379c9ab7280e3281f1
python-cykhash_2.0.0-2.debian.tar.xz 5.1 KiB a880ac04dc0136cceb67240101b4159ee8e3a2f2d18e5d08d6c0bb62807214c2

Available diffs

No changes file available.

Binary packages built by this source

python3-cykhash: cython wrapper for khash-sets/maps, efficient implementation of isin and unique

 Cykhash is a cython wrapper for khash-sets/maps, efficient
 implementation of isin and unique.
 .
   * 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.

python3-cykhash-dbgsym: debug symbols for python3-cykhash