rebellion
rebellion copied to clipboard
Enum sets
Given that Rebellion provides define-enum-type
, there should be an efficient set implementation for enums that's backed by a bitstring. Enum types smaller than log2(max fixnum)
(so enums with 30 or fewer cases) could probably be backed by just a fixnum.