box2d.ts icon indicating copy to clipboard operation
box2d.ts copied to clipboard

bit flags vs boolean attributes

Open Lusito opened this issue 5 years ago • 0 comments

Flyover converted some of the bit-flags to boolean attributes. Not sure about this. Would be good to investigate:

  • Does this take up more memory?
  • Is it faster/slower than bit manipulation?

Since it does make comparison between upstream source-code and this port a bit harder, I tend to revert that change unless it has some benefit.

Lusito avatar Nov 19 '20 21:11 Lusito