#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

#1680 in Data structures

Download history 1786/week @ 2024-11-16 1355/week @ 2024-11-23 1381/week @ 2024-11-30 1455/week @ 2024-12-07 1268/week @ 2024-12-14 253/week @ 2024-12-21 823/week @ 2024-12-28 1337/week @ 2025-01-04 1263/week @ 2025-01-11 874/week @ 2025-01-18 932/week @ 2025-01-25 1116/week @ 2025-02-01 1695/week @ 2025-02-08 2407/week @ 2025-02-15 2949/week @ 2025-02-22 1577/week @ 2025-03-01

8,793 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