#represented #sorting #set

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

#1485 in Algorithms

Download history 1005/week @ 2024-07-25 1757/week @ 2024-08-01 1892/week @ 2024-08-08 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 1362/week @ 2024-11-07

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

~68KB