Chriscbr / thinset

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

Add `union`, `union_with` methods to `SparseSet` #14

Closed Chriscbr closed 8 months ago

Chriscbr commented 8 months ago

Misc:

Chriscbr commented 8 months ago

@thass0 I'm not too opinionated on the naming, happy to change either of them

thass0 commented 8 months ago

The names are good. Using the most obvious names makes the library easier to use. intersection_with will be a pretty long name but I guess it's right at the limit in terms of usability 😄.