Closed bb010g closed 7 years ago
Is there a case for this change? Is the current way of doing things inefficient, or not easy to expand?
This deduplicates checks, should be about as fast, and allows for potential live flag changes in the future if the checked tables are made a public part of administration
.
The branch could have been better named, looking back at it. I don't like the
i
duplication, but it's worth it for usability in tighter loops on the interpreter, esp. in a helper function where it's not taking up space in the middle of unrelated stuff.