pigi


Namepigi JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummaryFast Lightweight sorting algorithm
upload_time2024-03-02 02:52:04
maintainer
docs_urlNone
author
requires_python>=3
license
keywords pigicount sorting algorithm counting count pigizoid pigi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            the function takes in a list of positive and negative integers


list1 = pigi.sort(list1) 

Benchmarks for sorting:
(using numpy array as input)
10 million elements in 1 second with 8 GB of RAM 

btw: more RAM = Faster speeds

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pigi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "pigicount,sorting,algorithm,counting,count,pigizoid,pigi",
    "author": "",
    "author_email": "Pigizoid <evansimpson470@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/26/43/8368e82cfe08f80a20823d81c836e688fb639045197a0a7c3cfa029334d3/pigi-0.0.7.tar.gz",
    "platform": null,
    "description": "the function takes in a list of positive and negative integers\r\n\r\n\r\nlist1 = pigi.sort(list1) \r\n\r\nBenchmarks for sorting:\r\n(using numpy array as input)\r\n10 million elements in 1 second with 8 GB of RAM \r\n\r\nbtw: more RAM = Faster speeds\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Fast Lightweight sorting algorithm",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/Pigizoid/pigicount",
        "Issues": "https://github.com/Pigizoid/pigicount/issues"
    },
    "split_keywords": [
        "pigicount",
        "sorting",
        "algorithm",
        "counting",
        "count",
        "pigizoid",
        "pigi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b17da728718b225b97e16dd7838a9f8374a76532b1eb215adcad046692cc1394",
                "md5": "0c0c96c87f3e71a3f697e4ca5c6233d0",
                "sha256": "328c9948668ff2419479edf1d75e98ea8e950a411deb9f85d5f8c1f2be4139dd"
            },
            "downloads": -1,
            "filename": "pigi-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c0c96c87f3e71a3f697e4ca5c6233d0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 3901,
            "upload_time": "2024-03-02T02:52:02",
            "upload_time_iso_8601": "2024-03-02T02:52:02.684567Z",
            "url": "https://files.pythonhosted.org/packages/b1/7d/a728718b225b97e16dd7838a9f8374a76532b1eb215adcad046692cc1394/pigi-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26438368e82cfe08f80a20823d81c836e688fb639045197a0a7c3cfa029334d3",
                "md5": "1204fc849dd9824d62154022b63b888f",
                "sha256": "9e6abab56d3f07925737c3354bcad0524a2559b604a8c72ad53fd840dc3c3608"
            },
            "downloads": -1,
            "filename": "pigi-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1204fc849dd9824d62154022b63b888f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 3754,
            "upload_time": "2024-03-02T02:52:04",
            "upload_time_iso_8601": "2024-03-02T02:52:04.387006Z",
            "url": "https://files.pythonhosted.org/packages/26/43/8368e82cfe08f80a20823d81c836e688fb639045197a0a7c3cfa029334d3/pigi-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 02:52:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Pigizoid",
    "github_project": "pigicount",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pigi"
}
        
Elapsed time: 0.19658s