#sorting #represented #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

#1166 in Data structures

Download history 1331/week @ 2023-12-13 383/week @ 2023-12-20 134/week @ 2023-12-27 572/week @ 2024-01-03 777/week @ 2024-01-10 849/week @ 2024-01-17 756/week @ 2024-01-24 894/week @ 2024-01-31 1353/week @ 2024-02-07 599/week @ 2024-02-14 803/week @ 2024-02-21 974/week @ 2024-02-28 1403/week @ 2024-03-06 1643/week @ 2024-03-13 1567/week @ 2024-03-20 1668/week @ 2024-03-27

6,634 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

~74KB