{"id":15547294,"url":"https://github.com/uhop/stream-sort","last_synced_at":"2025-04-11T13:41:02.580Z","repository":{"id":32942260,"uuid":"36538344","full_name":"uhop/stream-sort","owner":"uhop","description":"Sort streams of objects far exceeding available memory.","archived":false,"fork":false,"pushed_at":"2018-08-06T03:18:00.000Z","size":21,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-02T07:54:07.030Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uhop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-30T01:46:15.000Z","updated_at":"2023-07-24T02:58:26.000Z","dependencies_parsed_at":"2022-07-14T01:20:36.553Z","dependency_job_id":null,"html_url":"https://github.com/uhop/stream-sort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhop%2Fstream-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhop%2Fstream-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhop%2Fstream-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uhop%2Fstream-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uhop","download_url":"https://codeload.github.com/uhop/stream-sort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228787340,"owners_count":17972291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T13:08:34.627Z","updated_at":"2024-12-08T20:22:44.358Z","avatar_url":"https://github.com/uhop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stream-sort\n\n[![Build status][travis-image]][travis-url]\n[![Dependencies][deps-image]][deps-url]\n[![devDependencies][dev-deps-image]][dev-deps-url]\n[![NPM version][npm-image]][npm-url]\n\n\n`stream-sort` can sort streams of objects far exceeding available memory. The algorithm has O(N * log N) complexity, and as efficient as a quick sort.\n\n## Introduction\n\nThe simplest example (streaming from a file):\n\n```js\n// TBD\n```\n\n## Installation\n\n```bash\nnpm i --save stream-sort\n# or\nyarn add stream-sort\n```\n\n## Documentation\n\n## Release History\n\n- 1.0.0 *the initial release.*\n\n[npm-image]:      https://img.shields.io/npm/v/stream-sort.svg\n[npm-url]:        https://npmjs.org/package/stream-sort\n[deps-image]:     https://img.shields.io/david/uhop/stream-sort.svg\n[deps-url]:       https://david-dm.org/uhop/stream-sort\n[dev-deps-image]: https://img.shields.io/david/dev/uhop/stream-sort.svg\n[dev-deps-url]:   https://david-dm.org/uhop/stream-sort#info=devDependencies\n[travis-image]:   https://img.shields.io/travis/uhop/stream-sort.svg\n[travis-url]:     https://travis-ci.org/uhop/stream-sort\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhop%2Fstream-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuhop%2Fstream-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuhop%2Fstream-sort/lists"}