Chriscbr / thinset

A data structure for sparse sets of unsigned integers.
Apache License 2.0
2 stars 1 forks source link

Iterator-based universal `Union` #17

Closed thass0 closed 9 months ago

thass0 commented 9 months ago

The Union struct now contains an iterator of elements. The size_hint is the maximum possible number of elements to come. The Union struct is constructed in the different methods of SparseSet that create unions.