Crates.io | sosorted |
lib.rs | sosorted |
version | 0.1.0 |
source | src |
created_at | 2023-01-08 16:36:30.228744 |
updated_at | 2023-01-08 16:36:30.228744 |
description | A set of methods to efficiently manipulated sorted arrays |
homepage | |
repository | |
max_upload_size | |
id | 753793 |
size | 15,571 |
This crate provides various methods for efficiently manipulating arrays of sorted data.
Supported operations:
All operations are defined against &[u64]
. I intend to support all primitive scalar types in
time.