{ "info": { "author": "Frens Jan Rumph", "author_email": "mail@frensjan.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=========================\nCyHeapQ - HeapQ in Cython\n=========================\n\nThis module is an adaptation of merge, nlargest and nsmallest from the heapq module in Cython. This\nmakes it just a tad bit faster.\n\nx 1.5 for nlargest and nsmallest (given a particular micro benchnmark of course). x 3 for merge.\nnlargest performance is comparable with cytoolz.topk (but cyheapq also provides nsmallest). merge\nis around 8 times faster than cytoolz.merge_sorted. The microbenchmark used involves sifting /\nmerging 10e6 random floats.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bndl/cyheapq", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cyheapq", "package_url": "https://pypi.org/project/cyheapq/", "platform": "", "project_url": "https://pypi.org/project/cyheapq/", "project_urls": { "Homepage": "https://github.com/bndl/cyheapq" }, "release_url": "https://pypi.org/project/cyheapq/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Heapq in Cython", "version": "0.1.1" }, "last_serial": 2801692, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "0e1ec5e2e3e306505f7da7745f3f8c77", "sha256": "e8b0128b3ed2c9ebd15747d43d00855fe8d74ad3abd41639ba7e1034413e5cc3" }, "downloads": -1, "filename": "cyheapq-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0e1ec5e2e3e306505f7da7745f3f8c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72147, "upload_time": "2017-04-13T15:10:08", "url": "https://files.pythonhosted.org/packages/f4/fe/e0aaa3adff986c1f4643f63e7b9ab6c70a316a0f19fa5ac680f1bc274e1f/cyheapq-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e1ec5e2e3e306505f7da7745f3f8c77", "sha256": "e8b0128b3ed2c9ebd15747d43d00855fe8d74ad3abd41639ba7e1034413e5cc3" }, "downloads": -1, "filename": "cyheapq-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0e1ec5e2e3e306505f7da7745f3f8c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72147, "upload_time": "2017-04-13T15:10:08", "url": "https://files.pythonhosted.org/packages/f4/fe/e0aaa3adff986c1f4643f63e7b9ab6c70a316a0f19fa5ac680f1bc274e1f/cyheapq-0.1.1.tar.gz" } ] }