asajeffrey / presort

Efficient sorting for vectors where updates preserve sort order

Home Page:https://asajeffrey.github.io/presort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

presort

This crate provides a simple interface for mutable arrays with sorting.

It is optimized for the case where array update does not change the sort order, in which case sorting is O(1).

Rustdoc | CI

About

Efficient sorting for vectors where updates preserve sort order

https://asajeffrey.github.io/presort

License:Mozilla Public License 2.0


Languages

Language:Rust 100.0%