andyhorng / exsort

External Sorting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exsort

Introduction

I found Python doesn't have a convenient module to sort huge list that is unable to fit in memory.

Installation

exsort is distributed on PyPI as a universal wheel and is available on Linux/macOS and Windows and supports Python 2.7/3.5+ and PyPy.

$ pip install exsort

License

exsort is distributed under the terms of the MIT License.

About

External Sorting

License:MIT License


Languages

Language:Python 100.0%