python-cykhash 2.0.0-3build1 source package in Ubuntu

Changelog

python-cykhash (2.0.0-3build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 18:28:35 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-cykhash_2.0.0.orig.tar.gz 479.3 KiB acdfbec273c499eb03c0f092b737b754135d94757f8f7d379c9ab7280e3281f1
python-cykhash_2.0.0-3build1.debian.tar.xz 5.8 KiB 994b8ebe183638adff688e7555b2328d50df92c5477b94ea5cc7b6ef8a77bda9
python-cykhash_2.0.0-3build1.dsc 2.1 KiB bb987ecaf990e7d5aca80cdbab76bd42ef454ea7bbfdb90a2e86626c10132fce

View changes file

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