Chriscbr / thinset

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

Add convenience methods #2

Open Chriscbr opened 7 months ago

Chriscbr commented 7 months ago

For set intersection, differences, superset/subsets, converting to vec, etc.

thass0 commented 6 months ago

The set operations we now have are:

The operations and convenience methods we are missing include:

There is surely more to add to this list in the future!