rj00a / evenio

An event-driven Entity Component System
MIT License
129 stars 13 forks source link

SIMD accelerated `BitSet` #18

Open rj00a opened 6 months ago

rj00a commented 6 months ago

BitSet uses usize for the block, but there are gains to be made by using a SIMD block type.

See also: https://github.com/petgraph/fixedbitset/pull/86

james7132 commented 5 months ago

Heads up, as of fixedbitset 0.5.2, that change has been merged and ready to use.

boozook commented 1 week ago

fixedbitset 0.5.7 already there