gpt4 book ai didi

performance - If vs Case 语句

转载 作者:行者123 更新时间:2023-12-03 22:46:27 26 4
gpt4 key购买 nike

关闭。这个问题需要更多focused .它目前不接受答案。












想改善这个问题吗?更新问题,使其仅关注一个问题 editing this post .

5年前关闭。




Improve this question




在处理多个条件时,使用 if-else 和 case 语句之间是否存在性能差异?

哪个是首选?

最佳答案

在某些语言中,例如 C,switch可能会更快,因为它通常使用 jump table 实现.现代编译器有时足够聪明,可以为多个使用一个 if不过也是。

无论如何,这可能无关紧要,微优化(几乎)从来没有用。

关于performance - If vs Case 语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1946685/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com