XyrisOS / xyris

The Xyris Kernel
https://xyr.is
MIT License
154 stars 11 forks source link

Force several Bitset functions to always be inlined #249

Closed micahswitzer closed 3 years ago

micahswitzer commented 3 years ago

This gives us a major performance boost. (also fixed a bug in Bitset::Clear())

Kfeavel commented 3 years ago

Looks good to me. 👍🏼