Metadata-Version: 2.1
Name: pigi
Version: 0.0.4
Summary: Fast Lightweight sorting algorithm
Author-email: Pigizoid <evansimpson470@gmail.com>
Project-URL: Homepage, https://github.com/Pigizoid/pigicount
Project-URL: Issues, https://github.com/Pigizoid/pigicount/issues
Keywords: pigicount,sorting,algorithm,counting,count,pigizoid,pigi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy==1.26.4
Requires-Dist: numba==0.59
Requires-Dist: numpy_minmax==0.2.0

the function takes in a list of positive and negative integers


list1 = pigi.sort(list1) 

Benchmarks for sorting:
10 million elements in 1 second with 8 GB of RAM 

btw: more RAM = Faster speeds
