marcusklaas / sortedvec

Rust vector types without dependencies that enable quick lookups

Home Page:https://crates.io/crates/sortedvec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add killer use case for `sortedvec_slicekey!`

marcusklaas opened this issue · comments

The DNA example is probably easily vectorized since the keys are just wrapped [u8]s, so we don't really see a speed advantage over the regular sortedvec!.

We should add an example with a more complex key where sortedvec_slicekey! really shines.