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
- Host: GitHub
- URL: https://github.com/lilydjwg/extsort-lily
- Owner: lilydjwg
- License: bsd-3-clause
- Created: 2021-04-18T11:06:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T05:02:34.000Z (over 1 year ago)
- Last Synced: 2025-04-09T03:43:49.719Z (7 months ago)
- Topics: rust-crate, rust-library, sorting-algorithm
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An efficient external merge sort implementation.
[](https://crates.io/crates/extsort-lily)
[](https://github.com/lilydjwg/extsort-lily)
See the [documentation](https://docs.rs/extsort-lily) for more.