outfox / fennecs

... the tiny C# ECS that loves you back!
https://fennecs.tech
MIT License
223 stars 10 forks source link

Change Signature to FrozenSets #33

Open thygrrr opened 1 week ago

thygrrr commented 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.

Impact

Performance only, at a negligible up-front cost, matching performance will improve drastically.