An open API service indexing awesome lists of open source software.

https://github.com/lilydjwg/extsort-lily

An efficient external sort library for Rust
https://github.com/lilydjwg/extsort-lily

rust-crate rust-library sorting-algorithm

Last synced: 3 months ago
JSON representation

An efficient external sort library for Rust

Awesome Lists containing this project

README

          

An efficient external merge sort implementation.

[![Crates.io Version](https://img.shields.io/crates/v/extsort-lily.svg)](https://crates.io/crates/extsort-lily)
[![GitHub stars](https://img.shields.io/github/stars/lilydjwg/extsort-lily.svg?style=social&label=Star)](https://github.com/lilydjwg/extsort-lily)

See the [documentation](https://docs.rs/extsort-lily) for more.