Open thygrrr opened 1 week ago
Found out that FrozenSet performs 4x-7x faster than ImmutableSet. All final "baked" sets in Signatures and Masks should become Frozen sets.
Performance only, at a negligible up-front cost, matching performance will improve drastically.
Found out that FrozenSet performs 4x-7x faster than ImmutableSet. All final "baked" sets in Signatures and Masks should become Frozen sets.
Impact
Performance only, at a negligible up-front cost, matching performance will improve drastically.