#represented #sorting #set #small-vec

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

#4 in #represented

Download history 1985/week @ 2024-08-15 2185/week @ 2024-08-22 2072/week @ 2024-08-29 2029/week @ 2024-09-05 1407/week @ 2024-09-12 1519/week @ 2024-09-19 1533/week @ 2024-09-26 1393/week @ 2024-10-03 1161/week @ 2024-10-10 1145/week @ 2024-10-17 1807/week @ 2024-10-24 1436/week @ 2024-10-31 1369/week @ 2024-11-07 1342/week @ 2024-11-14 1655/week @ 2024-11-21 1036/week @ 2024-11-28

5,631 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

~67KB