Closed cmyui closed 9 months ago
@cmyui might be nice to do this one as part of #623?
I don't think this is worth doing honestly, there are so many higher priority items and not sure that this is purely gains/it will move complexity stdlib is handling into b.py.. Not worth a negligible performance gain
These are generally slow - mostly referencing IntEnum and IntFlag operations which can be orders of magnitude slower than their built-in counterparts.
They have their use cases - but I overused them when creating bancho.py due to a lack of understanding.