pkgsrc/devel/py-cytoolz/distinfo
khorben 5c347168f8 py-cytools: import version 0.10.1
Cython implementation of the toolz package, which provides high performance
utility functions for iterables, functions, and dictionaries

toolz is a pure Python package that borrows heavily from contemporary functional
languages. It is designed to interoperate seamlessly with other libraries
including itertools, functools, and third party libraries. High performance
functional data analysis is possible with builtin types like list and dict, and
user-defined data structures; and low memory usage is achieved by using the
iterator protocol and returning iterators whenever possible.

cytoolz implements the same API as toolz. The main differences are that cytoolz
is faster (typically 2-5x faster with a few spectactular exceptions) and cytoolz
offers a C API that is accessible to other projects developed in Cython. Since
toolz is able to process very large (potentially infinite) data sets, the
performance increase gained by using cytoolz can be significant
2020-09-29 00:02:32 +00:00

6 lines
411 B
Text

$NetBSD: distinfo,v 1.1 2020/09/29 00:02:32 khorben Exp $
SHA1 (cytoolz-0.10.1.tar.gz) = ff59cc6d99e8840867a7fb46351f1b5c5c60dc67
RMD160 (cytoolz-0.10.1.tar.gz) = 1093edea2b7306f75f46d7ce04268320ed9fa09c
SHA512 (cytoolz-0.10.1.tar.gz) = 55c4fca8d4ace766a8241a25a6c4924971b7e7068ee79ad65fa8aac136aa1f88e57337c0ec278ee9e8544c6e96dd31138b39d7cc28cd91ff0e53a71f8dec55d1
Size (cytoolz-0.10.1.tar.gz) = 475647 bytes