[32 / 9 / 1]
Quoted By: >>19783783 >>19783789 >>19784010
While the performance difference between match and if/elif is negligible in 3.5.2, it is a ~*7 increase in 4.0.2 between if/elif and match. Programmers tend to expect that match is faster than if/else.