1 unstable release
0.1.0 | Jan 8, 2023 |
---|
#2658 in Algorithms
11KB
220 lines
sosorted: Methods for efficiently manipulating sorted arrays
This crate provides various methods for efficiently manipulating arrays of sorted data.
Operations
Supported operations:
- find_first_operation
- deduplicate
Types
All operations are defined against &[u64]
. I intend to support all primitive scalar types in
time.