sosorted 0.1.0

A set of methods to efficiently manipulated sorted arrays
Documentation

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.