rebellion icon indicating copy to clipboard operation
rebellion copied to clipboard

Enum sets

Open jackfirth opened this issue 5 years ago • 0 comments

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.

jackfirth avatar Feb 16 '20 04:02 jackfirth