Crates.io | atrocious_sort |
lib.rs | atrocious_sort |
version | 0.1.6 |
source | src |
created_at | 2023-08-04 22:24:54.824397 |
updated_at | 2024-08-13 22:26:28.080077 |
description | Some of the most useless sorting algorithms implemented in Rust. |
homepage | |
repository | https://github.com/Chromfalke/AtrociousSort |
max_upload_size | |
id | 935705 |
size | 50,772 |
This project's purpose is to provide Rust with blazingly fast (not guaranteed) implementations of some of the most useless sorting algorithms out there.
List of planned algorithms
List of implemented algorithms
All algorithms contain one or more of the following features
Essentially, I saw a video on YouTube talking about "unconventional" (completely bonkers) sorting algorithms and wanted to implement some of them that I found interesting. Additionally I wanted to use this project for learning how to properly develod and maintain a libraray on crates.io.
Warning: If you intend to use this crate in any serious manner or productive environment you should have your programming privileges revoked.
If one of the implemented algorithms happens to have a good performance, you'll pay for it another way.
See everything above.