{"id":71482,"library":"ext-sort","title":"Ext Sort","description":"External sort algorithm implementation for sorting large datasets that do not fit in memory.","status":"active","version":"0.1.5","language":"rust","source_language":null,"source_url":"https://github.com/dapper91/ext-sort-rs","tags":["sorting","external","large-data","algorithm"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\next-sort = \"0.1.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ext-sort","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ExternalSorter","correct":"use ext_sort::ExternalSorter;"}],"quickstart":{"code":"use ext_sort::ExternalSorter;\nuse std::io::{BufReader, BufWriter};\n\nfn main() {\n    let sorter = ExternalSorter::new();\n    let reader = BufReader::new(std::io::stdin());\n    let writer = BufWriter::new(std::io::stdout());\n    sorter.sort(reader, writer).unwrap();\n}","lang":"rust","description":"Sorts data from stdin and writes sorted output to stdout."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':5,22 'data':21 'dataset':10 'ext':1 'extern':3,18 'fit':14 'implement':6 'larg':9,20 'large-data':19 'memori':16 'sort':2,4,8,17","created_at":"2026-06-17T18:27:38.495880+00:00","updated_at":"2026-06-17T18:27:38.495880+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/dapper91/ext-sort-rs","github":"https://github.com/dapper91/ext-sort-rs","docs":"https://docs.rs/ext-sort/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}