#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

#1174 in Data structures

Download history 1678/week @ 2024-03-24 1647/week @ 2024-03-31 2355/week @ 2024-04-07 1998/week @ 2024-04-14 2098/week @ 2024-04-21 1923/week @ 2024-04-28 2187/week @ 2024-05-05 2244/week @ 2024-05-12 1960/week @ 2024-05-19 928/week @ 2024-05-26 771/week @ 2024-06-02 1010/week @ 2024-06-09 991/week @ 2024-06-16 1365/week @ 2024-06-23 1162/week @ 2024-06-30 1133/week @ 2024-07-07

4,667 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