#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

#1116 in Data structures

Download history 748/week @ 2024-01-11 908/week @ 2024-01-18 726/week @ 2024-01-25 1018/week @ 2024-02-01 1227/week @ 2024-02-08 587/week @ 2024-02-15 828/week @ 2024-02-22 1007/week @ 2024-02-29 1616/week @ 2024-03-07 1643/week @ 2024-03-14 1566/week @ 2024-03-21 1608/week @ 2024-03-28 1945/week @ 2024-04-04 2712/week @ 2024-04-11 1700/week @ 2024-04-18 1939/week @ 2024-04-25

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

~73KB