#set #key-value #ord #key #enums #small

small-ord-set

A set data-structure represented by a sorted SmallVec

4 releases

0.1.3 Jan 1, 2021
0.1.2 Oct 1, 2020
0.1.1 Nov 27, 2019
0.1.0 Nov 23, 2019

#1523 in Data structures

Download history 432/week @ 2023-08-01 1152/week @ 2023-08-08 1144/week @ 2023-08-15 921/week @ 2023-08-22 1338/week @ 2023-08-29 1684/week @ 2023-09-05 1286/week @ 2023-09-12 928/week @ 2023-09-19 777/week @ 2023-09-26 634/week @ 2023-10-03 1024/week @ 2023-10-10 676/week @ 2023-10-17 1059/week @ 2023-10-24 332/week @ 2023-10-31 121/week @ 2023-11-07 156/week @ 2023-11-14

1,956 downloads per month
Used in mlsub

MIT/Apache

27KB
554 lines

Crates.io Docs.rs

small-ord-set

A set data-structure represented by a sorted SmallVec.


lib.rs:

This crate provides the SmallOrdSet type, a set data-structure represented by a sorted SmallVec.

Dependencies

~66KB