Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-02-07 20:27:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cytoolz: updated to 0.11.0

0.11.0:
Unknown changes
   2020-09-29 02:02:32 by Pierre Pronchery | Files touched by this commit (4)
Log message:
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

Next | Query returned 13 messages, browsing 11 to 20 | previous